Uses of Class
org.docx4j.dml.chart.CTTimeUnit
Packages that use CTTimeUnit
-
Uses of CTTimeUnit in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTimeUnitModifier and TypeFieldDescriptionprotected CTTimeUnitCTDateAx.baseTimeUnitprotected CTTimeUnitCTDateAx.majorTimeUnitprotected CTTimeUnitCTDateAx.minorTimeUnitMethods in org.docx4j.dml.chart that return CTTimeUnitModifier and TypeMethodDescriptionObjectFactory.createCTTimeUnit()Create an instance ofCTTimeUnitCTDateAx.getBaseTimeUnit()Gets the value of the baseTimeUnit property.CTDateAx.getMajorTimeUnit()Gets the value of the majorTimeUnit property.CTDateAx.getMinorTimeUnit()Gets the value of the minorTimeUnit property.Methods in org.docx4j.dml.chart with parameters of type CTTimeUnitModifier and TypeMethodDescriptionvoidCTDateAx.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.