Uses of Class
org.pptx4j.pml.CTTLAnimVariant
Packages that use CTTLAnimVariant
-
Uses of CTTLAnimVariant in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTLAnimVariantModifier and TypeFieldDescriptionprotected CTTLAnimVariantCTTLAnimateEffectBehavior.progressprotected CTTLAnimVariantCTTLSetBehavior.toprotected CTTLAnimVariantCTTLTimeAnimateValue.valMethods in org.pptx4j.pml that return CTTLAnimVariantModifier and TypeMethodDescriptionObjectFactory.createCTTLAnimVariant()Create an instance ofCTTLAnimVariantCTTLAnimateEffectBehavior.getProgress()Gets the value of the progress property.CTTLSetBehavior.getTo()Gets the value of the to property.CTTLTimeAnimateValue.getVal()Gets the value of the val property.Methods in org.pptx4j.pml with parameters of type CTTLAnimVariantModifier and TypeMethodDescriptionvoidCTTLAnimateEffectBehavior.setProgress(CTTLAnimVariant value) Sets the value of the progress property.voidCTTLSetBehavior.setTo(CTTLAnimVariant value) Sets the value of the to property.voidCTTLTimeAnimateValue.setVal(CTTLAnimVariant value) Sets the value of the val property.