Uses of Enum
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 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 STTLAnimateBehaviorCalcModeModifier and TypeMethodDescriptionvoidCTTLAnimateBehavior.setCalcmode(STTLAnimateBehaviorCalcMode value) Sets the value of the calcmode property.