Uses of Class
org.docx4j.dml.chart.STOrientation
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of STOrientation in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STOrientation Modifier and Type Field Description protected STOrientationCTOrientation. valMethods in org.docx4j.dml.chart that return STOrientation Modifier and Type Method Description static STOrientationSTOrientation. fromValue(java.lang.String v)STOrientationCTOrientation. getVal()Gets the value of the val 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.docx4j.dml.chart with parameters of type STOrientation Modifier and Type Method Description voidCTOrientation. setVal(STOrientation value)Sets the value of the val property.