Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STAxisUnit
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STAxisUnit in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STAxisUnit Modifier and Type Field Description protected STAxisUnitCTAxisUnits. unitMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STAxisUnit Modifier and Type Method Description static STAxisUnitSTAxisUnit. fromValue(java.lang.String v)STAxisUnitCTAxisUnits. getUnit()Gets the value of the unit property.static STAxisUnitSTAxisUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STAxisUnit[]STAxisUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STAxisUnit Modifier and Type Method Description voidCTAxisUnits. setUnit(STAxisUnit value)Sets the value of the unit property.