Uses of Class
org.docx4j.dml.chart.CTAxisUnit
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTAxisUnit in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTAxisUnit Modifier and Type Field Description protected CTAxisUnitCTDateAx. majorUnitprotected CTAxisUnitCTValAx. majorUnitprotected CTAxisUnitCTDateAx. minorUnitprotected CTAxisUnitCTValAx. minorUnitMethods in org.docx4j.dml.chart that return CTAxisUnit Modifier and Type Method Description CTAxisUnitObjectFactory. createCTAxisUnit()Create an instance ofCTAxisUnitCTAxisUnitCTDateAx. getMajorUnit()Gets the value of the majorUnit property.CTAxisUnitCTValAx. getMajorUnit()Gets the value of the majorUnit property.CTAxisUnitCTDateAx. getMinorUnit()Gets the value of the minorUnit property.CTAxisUnitCTValAx. getMinorUnit()Gets the value of the minorUnit property.Methods in org.docx4j.dml.chart with parameters of type CTAxisUnit Modifier and Type Method Description voidCTDateAx. setMajorUnit(CTAxisUnit value)Sets the value of the majorUnit property.voidCTValAx. setMajorUnit(CTAxisUnit value)Sets the value of the majorUnit property.voidCTDateAx. setMinorUnit(CTAxisUnit value)Sets the value of the minorUnit property.voidCTValAx. setMinorUnit(CTAxisUnit value)Sets the value of the minorUnit property.