Uses of Class
org.docx4j.dml.chart.STPageSetupOrientation
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of STPageSetupOrientation in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STPageSetupOrientation Modifier and Type Field Description protected STPageSetupOrientationCTPageSetup. orientationMethods in org.docx4j.dml.chart that return STPageSetupOrientation Modifier and Type Method Description static STPageSetupOrientationSTPageSetupOrientation. fromValue(java.lang.String v)STPageSetupOrientationCTPageSetup. getOrientation()Gets the value of the orientation property.static STPageSetupOrientationSTPageSetupOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STPageSetupOrientation[]STPageSetupOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml.chart with parameters of type STPageSetupOrientation Modifier and Type Method Description voidCTPageSetup. setOrientation(STPageSetupOrientation value)Sets the value of the orientation property.