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