Uses of Class
org.pptx4j.pml.STViewType
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of STViewType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STViewType Modifier and Type Field Description protected STViewTypeViewPr. lastViewMethods in org.pptx4j.pml that return STViewType Modifier and Type Method Description static STViewTypeSTViewType. fromValue(java.lang.String v)STViewTypeViewPr. getLastView()Gets the value of the lastView property.static STViewTypeSTViewType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STViewType[]STViewType. 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 STViewType Modifier and Type Method Description voidViewPr. setLastView(STViewType value)Sets the value of the lastView property.