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