Uses of Class
org.docx4j.dml.chart.CTTickMark
| Package | Description |
|---|---|
| org.docx4j.dml.chart |
-
Uses of CTTickMark in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTTickMark Modifier and Type Field Description protected CTTickMarkCTCatAx. majorTickMarkprotected CTTickMarkCTDateAx. majorTickMarkprotected CTTickMarkCTSerAx. majorTickMarkprotected CTTickMarkCTValAx. majorTickMarkprotected CTTickMarkCTCatAx. minorTickMarkprotected CTTickMarkCTDateAx. minorTickMarkprotected CTTickMarkCTSerAx. minorTickMarkprotected CTTickMarkCTValAx. minorTickMarkMethods in org.docx4j.dml.chart that return CTTickMark Modifier and Type Method Description CTTickMarkObjectFactory. createCTTickMark()Create an instance ofCTTickMarkCTTickMarkCTCatAx. getMajorTickMark()Gets the value of the majorTickMark property.CTTickMarkCTDateAx. getMajorTickMark()Gets the value of the majorTickMark property.CTTickMarkCTSerAx. getMajorTickMark()Gets the value of the majorTickMark property.CTTickMarkCTValAx. getMajorTickMark()Gets the value of the majorTickMark property.CTTickMarkCTCatAx. getMinorTickMark()Gets the value of the minorTickMark property.CTTickMarkCTDateAx. getMinorTickMark()Gets the value of the minorTickMark property.CTTickMarkCTSerAx. getMinorTickMark()Gets the value of the minorTickMark property.CTTickMarkCTValAx. getMinorTickMark()Gets the value of the minorTickMark property.Methods in org.docx4j.dml.chart with parameters of type CTTickMark Modifier and Type Method Description voidCTCatAx. 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.