Uses of Class
org.docx4j.dml.chart.CTTickMark
Packages that use CTTickMark
-
Uses of CTTickMark in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTickMarkModifier and TypeFieldDescriptionprotected CTTickMarkCTCatAx.majorTickMarkprotected CTTickMarkCTDateAx.majorTickMarkprotected CTTickMarkCTSerAx.majorTickMarkprotected CTTickMarkCTValAx.majorTickMarkprotected CTTickMarkCTCatAx.minorTickMarkprotected CTTickMarkCTDateAx.minorTickMarkprotected CTTickMarkCTSerAx.minorTickMarkprotected CTTickMarkCTValAx.minorTickMarkMethods in org.docx4j.dml.chart that return CTTickMarkModifier and TypeMethodDescriptionObjectFactory.createCTTickMark()Create an instance ofCTTickMarkCTCatAx.getMajorTickMark()Gets the value of the majorTickMark property.CTDateAx.getMajorTickMark()Gets the value of the majorTickMark property.CTSerAx.getMajorTickMark()Gets the value of the majorTickMark property.CTValAx.getMajorTickMark()Gets the value of the majorTickMark property.CTCatAx.getMinorTickMark()Gets the value of the minorTickMark property.CTDateAx.getMinorTickMark()Gets the value of the minorTickMark property.CTSerAx.getMinorTickMark()Gets the value of the minorTickMark property.CTValAx.getMinorTickMark()Gets the value of the minorTickMark property.Methods in org.docx4j.dml.chart with parameters of type CTTickMarkModifier and TypeMethodDescriptionvoidCTCatAx.setMajorTickMark(CTTickMark value) Sets the value of the majorTickMark property.voidCTDateAx.setMajorTickMark(CTTickMark value) Sets the value of the majorTickMark property.voidCTSerAx.setMajorTickMark(CTTickMark value) Sets the value of the majorTickMark property.voidCTValAx.setMajorTickMark(CTTickMark value) Sets the value of the majorTickMark property.voidCTCatAx.setMinorTickMark(CTTickMark value) Sets the value of the minorTickMark property.voidCTDateAx.setMinorTickMark(CTTickMark value) Sets the value of the minorTickMark property.voidCTSerAx.setMinorTickMark(CTTickMark value) Sets the value of the minorTickMark property.voidCTValAx.setMinorTickMark(CTTickMark value) Sets the value of the minorTickMark property.