Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTTickMarks
Packages that use CTTickMarks
-
Uses of CTTickMarks in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as CTTickMarksModifier and TypeFieldDescriptionprotected CTTickMarksCTAxis.majorTickMarksprotected CTTickMarksCTAxis.minorTickMarksMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTTickMarksModifier and TypeMethodDescriptionObjectFactory.createCTTickMarks()Create an instance ofCTTickMarksCTAxis.getMajorTickMarks()Gets the value of the majorTickMarks property.CTAxis.getMinorTickMarks()Gets the value of the minorTickMarks property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTTickMarksModifier and TypeMethodDescriptionvoidCTAxis.setMajorTickMarks(CTTickMarks value) Sets the value of the majorTickMarks property.voidCTAxis.setMinorTickMarks(CTTickMarks value) Sets the value of the minorTickMarks property.