| Package | Description |
|---|---|
| org.docx4j.dml.chart |
| Modifier and Type | Field and Description |
|---|---|
protected CTTickMark |
CTSerAx.majorTickMark |
protected CTTickMark |
CTDateAx.majorTickMark |
protected CTTickMark |
CTValAx.majorTickMark |
protected CTTickMark |
CTCatAx.majorTickMark |
protected CTTickMark |
CTSerAx.minorTickMark |
protected CTTickMark |
CTDateAx.minorTickMark |
protected CTTickMark |
CTValAx.minorTickMark |
protected CTTickMark |
CTCatAx.minorTickMark |
| Modifier and Type | Method and Description |
|---|---|
CTTickMark |
ObjectFactory.createCTTickMark()
Create an instance of
CTTickMark |
CTTickMark |
CTSerAx.getMajorTickMark()
Gets the value of the majorTickMark property.
|
CTTickMark |
CTDateAx.getMajorTickMark()
Gets the value of the majorTickMark property.
|
CTTickMark |
CTValAx.getMajorTickMark()
Gets the value of the majorTickMark property.
|
CTTickMark |
CTCatAx.getMajorTickMark()
Gets the value of the majorTickMark property.
|
CTTickMark |
CTSerAx.getMinorTickMark()
Gets the value of the minorTickMark property.
|
CTTickMark |
CTDateAx.getMinorTickMark()
Gets the value of the minorTickMark property.
|
CTTickMark |
CTValAx.getMinorTickMark()
Gets the value of the minorTickMark property.
|
CTTickMark |
CTCatAx.getMinorTickMark()
Gets the value of the minorTickMark property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTSerAx.setMajorTickMark(CTTickMark value)
Sets the value of the majorTickMark property.
|
void |
CTDateAx.setMajorTickMark(CTTickMark value)
Sets the value of the majorTickMark property.
|
void |
CTValAx.setMajorTickMark(CTTickMark value)
Sets the value of the majorTickMark property.
|
void |
CTCatAx.setMajorTickMark(CTTickMark value)
Sets the value of the majorTickMark property.
|
void |
CTSerAx.setMinorTickMark(CTTickMark value)
Sets the value of the minorTickMark property.
|
void |
CTDateAx.setMinorTickMark(CTTickMark value)
Sets the value of the minorTickMark property.
|
void |
CTValAx.setMinorTickMark(CTTickMark value)
Sets the value of the minorTickMark property.
|
void |
CTCatAx.setMinorTickMark(CTTickMark value)
Sets the value of the minorTickMark property.
|
Copyright © 2007–2023. All rights reserved.