Uses of Enum Class
org.pptx4j.pml.STPlaceholderType
Packages that use STPlaceholderType
-
Uses of STPlaceholderType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STPlaceholderTypeMethods in org.pptx4j.pml that return STPlaceholderTypeModifier and TypeMethodDescriptionstatic STPlaceholderTypeCTPlaceholder.getType()Gets the value of the type property.static STPlaceholderTypeReturns the enum constant of this class with the specified name.static STPlaceholderType[]STPlaceholderType.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 STPlaceholderTypeModifier and TypeMethodDescriptionvoidCTPlaceholder.setType(STPlaceholderType value) Sets the value of the type property.