Uses of Class
org.docx4j.dml.chart.CTAxisUnit
Packages that use CTAxisUnit
-
Uses of CTAxisUnit in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTAxisUnitModifier and TypeFieldDescriptionprotected CTAxisUnitCTDateAx.majorUnitprotected CTAxisUnitCTValAx.majorUnitprotected CTAxisUnitCTDateAx.minorUnitprotected CTAxisUnitCTValAx.minorUnitMethods in org.docx4j.dml.chart that return CTAxisUnitModifier and TypeMethodDescriptionObjectFactory.createCTAxisUnit()Create an instance ofCTAxisUnitCTDateAx.getMajorUnit()Gets the value of the majorUnit property.CTValAx.getMajorUnit()Gets the value of the majorUnit property.CTDateAx.getMinorUnit()Gets the value of the minorUnit property.CTValAx.getMinorUnit()Gets the value of the minorUnit property.Methods in org.docx4j.dml.chart with parameters of type CTAxisUnitModifier and TypeMethodDescriptionvoidCTDateAx.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.