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