Uses of Enum
org.pptx4j.pml.STViewType
Packages that use STViewType
-
Uses of STViewType in org.pptx4j.pml
Fields in org.pptx4j.pml declared as STViewTypeMethods in org.pptx4j.pml that return STViewTypeModifier and TypeMethodDescriptionstatic STViewTypeViewPr.getLastView()Gets the value of the lastView property.static STViewTypeReturns 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 STViewTypeModifier and TypeMethodDescriptionvoidViewPr.setLastView(STViewType value) Sets the value of the lastView property.