Uses of Class
org.docx4j.dml.chart.CTTimeUnit
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTTimeUnit in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTimeUnit Modifier and Type Field Description protected CTTimeUnitCTDateAx. baseTimeUnitprotected CTTimeUnitCTDateAx. majorTimeUnitprotected CTTimeUnitCTDateAx. minorTimeUnitMethods in org.docx4j.dml.chart that return CTTimeUnit Modifier and Type Method Description CTTimeUnitObjectFactory. createCTTimeUnit()Create an instance ofCTTimeUnitCTTimeUnitCTDateAx. getBaseTimeUnit()Gets the value of the baseTimeUnit property.CTTimeUnitCTDateAx. getMajorTimeUnit()Gets the value of the majorTimeUnit property.CTTimeUnitCTDateAx. getMinorTimeUnit()Gets the value of the minorTimeUnit property.Methods in org.docx4j.dml.chart with parameters of type CTTimeUnit Modifier and Type Method Description voidCTDateAx. setBaseTimeUnit(CTTimeUnit value)Sets the value of the baseTimeUnit property.voidCTDateAx. setMajorTimeUnit(CTTimeUnit value)Sets the value of the majorTimeUnit property.voidCTDateAx. setMinorTimeUnit(CTTimeUnit value)Sets the value of the minorTimeUnit property.