Uses of Class
org.xlsx4j.sml.STPageOrder
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STPageOrder in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STPageOrder Modifier and Type Field Description protected STPageOrderCTPageSetup. pageOrderMethods in org.xlsx4j.sml that return STPageOrder Modifier and Type Method Description static STPageOrderSTPageOrder. fromValue(java.lang.String v)STPageOrderCTPageSetup. getPageOrder()Gets the value of the pageOrder property.static STPageOrderSTPageOrder. valueOf(java.lang.String name)Returns 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 STPageOrder Modifier and Type Method Description voidCTPageSetup. setPageOrder(STPageOrder value)Sets the value of the pageOrder property.