Uses of Class
org.pptx4j.pml.STPlaceholderType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STPlaceholderType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STPlaceholderType Modifier and Type Field Description protected STPlaceholderTypeCTPlaceholder. typeMethods in org.pptx4j.pml that return STPlaceholderType Modifier and Type Method Description static STPlaceholderTypeSTPlaceholderType. fromValue(java.lang.String v)STPlaceholderTypeCTPlaceholder. getType()Gets the value of the type property.static STPlaceholderTypeSTPlaceholderType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPlaceholderType[]STPlaceholderType. 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 STPlaceholderType Modifier and Type Method Description voidCTPlaceholder. setType(STPlaceholderType value)Sets the value of the type property.