Uses of Class
org.pptx4j.pml.STTLAnimateBehaviorCalcMode
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STTLAnimateBehaviorCalcMode in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLAnimateBehaviorCalcMode Modifier and Type Field Description protected STTLAnimateBehaviorCalcModeCTTLAnimateBehavior. calcmodeMethods in org.pptx4j.pml that return STTLAnimateBehaviorCalcMode Modifier and Type Method Description static STTLAnimateBehaviorCalcModeSTTLAnimateBehaviorCalcMode. fromValue(java.lang.String v)STTLAnimateBehaviorCalcModeCTTLAnimateBehavior. getCalcmode()Gets the value of the calcmode property.static STTLAnimateBehaviorCalcModeSTTLAnimateBehaviorCalcMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTLAnimateBehaviorCalcMode[]STTLAnimateBehaviorCalcMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pptx4j.pml with parameters of type STTLAnimateBehaviorCalcMode Modifier and Type Method Description voidCTTLAnimateBehavior. setCalcmode(STTLAnimateBehaviorCalcMode value)Sets the value of the calcmode property.