Uses of Enum Class
org.pptx4j.pml.STTLCommandType
Packages that use STTLCommandType
-
Uses of STTLCommandType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STTLCommandTypeMethods in org.pptx4j.pml that return STTLCommandTypeModifier and TypeMethodDescriptionstatic STTLCommandTypeCTTLCommandBehavior.getType()Gets the value of the type property.static STTLCommandTypeReturns the enum constant of this class with the specified name.static STTLCommandType[]STTLCommandType.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 STTLCommandTypeModifier and TypeMethodDescriptionvoidCTTLCommandBehavior.setType(STTLCommandType value) Sets the value of the type property.