Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTTickMarks
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
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 CTTickMarks Modifier and Type Field Description protected CTTickMarksCTAxis. majorTickMarksprotected CTTickMarksCTAxis. minorTickMarksMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return CTTickMarks Modifier and Type Method Description CTTickMarksObjectFactory. createCTTickMarks()Create an instance ofCTTickMarksCTTickMarksCTAxis. getMajorTickMarks()Gets the value of the majorTickMarks property.CTTickMarksCTAxis. getMinorTickMarks()Gets the value of the minorTickMarks property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type CTTickMarks Modifier and Type Method Description voidCTAxis. setMajorTickMarks(CTTickMarks value)Sets the value of the majorTickMarks property.voidCTAxis. setMinorTickMarks(CTTickMarks value)Sets the value of the minorTickMarks property.