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