Uses of Enum
org.xlsx4j.sml.STPageOrder
Packages that use STPageOrder
-
Uses of STPageOrder in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPageOrderMethods in org.xlsx4j.sml that return STPageOrderModifier and TypeMethodDescriptionstatic STPageOrderCTPageSetup.getPageOrder()Gets the value of the pageOrder property.static STPageOrderReturns the enum constant of this type with the specified name.static STPageOrder[]STPageOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xlsx4j.sml with parameters of type STPageOrderModifier and TypeMethodDescriptionvoidCTPageSetup.setPageOrder(STPageOrder value) Sets the value of the pageOrder property.