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