Uses of Class
org.docx4j.dml.chart.STAxPos
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of STAxPos in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as STAxPos Modifier and Type Field Description protected STAxPosCTAxPos. valMethods in org.docx4j.dml.chart that return STAxPos Modifier and Type Method Description static STAxPosSTAxPos. fromValue(java.lang.String v)STAxPosCTAxPos. getVal()Gets the value of the val property.static STAxPosSTAxPos. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STAxPos[]STAxPos. 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 STAxPos Modifier and Type Method Description voidCTAxPos. setVal(STAxPos value)Sets the value of the val property.