Uses of Class
org.xlsx4j.sml.STOrientation
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of STOrientation in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as STOrientation Modifier and Type Field Description protected STOrientationCTCsPageSetup. orientationprotected STOrientationCTPageSetup. orientationMethods in org.xlsx4j.sml that return STOrientation Modifier and Type Method Description static STOrientationSTOrientation. fromValue(java.lang.String v)STOrientationCTCsPageSetup. getOrientation()Gets the value of the orientation property.STOrientationCTPageSetup. getOrientation()Gets the value of the orientation property.static STOrientationSTOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STOrientation[]STOrientation. 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 STOrientation Modifier and Type Method Description voidCTCsPageSetup. setOrientation(STOrientation value)Sets the value of the orientation property.voidCTPageSetup. setOrientation(STOrientation value)Sets the value of the orientation property.