Uses of Enum Class
org.pptx4j.pml.STTLAnimateBehaviorCalcMode
Packages that use STTLAnimateBehaviorCalcMode
-
Uses of STTLAnimateBehaviorCalcMode in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLAnimateBehaviorCalcModeModifier and TypeFieldDescriptionprotected STTLAnimateBehaviorCalcModeCTTLAnimateBehavior.calcmodeMethods in org.pptx4j.pml that return STTLAnimateBehaviorCalcModeModifier and TypeMethodDescriptionstatic STTLAnimateBehaviorCalcModeCTTLAnimateBehavior.getCalcmode()Gets the value of the calcmode property.static STTLAnimateBehaviorCalcModeReturns the enum constant of this class with the specified name.static STTLAnimateBehaviorCalcMode[]STTLAnimateBehaviorCalcMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pptx4j.pml with parameters of type STTLAnimateBehaviorCalcModeModifier and TypeMethodDescriptionvoidCTTLAnimateBehavior.setCalcmode(STTLAnimateBehaviorCalcMode value) Sets the value of the calcmode property.