Uses of Class
org.pptx4j.pml.CTTLAnimVariant
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTTLAnimVariant in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTTLAnimVariant Modifier and Type Field Description protected CTTLAnimVariantCTTLAnimateEffectBehavior. progressprotected CTTLAnimVariantCTTLSetBehavior. toprotected CTTLAnimVariantCTTLTimeAnimateValue. valMethods in org.pptx4j.pml that return CTTLAnimVariant Modifier and Type Method Description CTTLAnimVariantObjectFactory. createCTTLAnimVariant()Create an instance ofCTTLAnimVariantCTTLAnimVariantCTTLAnimateEffectBehavior. getProgress()Gets the value of the progress property.CTTLAnimVariantCTTLSetBehavior. getTo()Gets the value of the to property.CTTLAnimVariantCTTLTimeAnimateValue. getVal()Gets the value of the val property.Methods in org.pptx4j.pml with parameters of type CTTLAnimVariant Modifier and Type Method Description voidCTTLAnimateEffectBehavior. 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.