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