| Package | Description |
|---|---|
| org.docx4j.dml.chart |
| Modifier and Type | Field and Description |
|---|---|
protected CTAxisUnit |
CTValAx.majorUnit |
protected CTAxisUnit |
CTDateAx.majorUnit |
protected CTAxisUnit |
CTValAx.minorUnit |
protected CTAxisUnit |
CTDateAx.minorUnit |
| Modifier and Type | Method and Description |
|---|---|
CTAxisUnit |
ObjectFactory.createCTAxisUnit()
Create an instance of
CTAxisUnit |
CTAxisUnit |
CTValAx.getMajorUnit()
Gets the value of the majorUnit property.
|
CTAxisUnit |
CTDateAx.getMajorUnit()
Gets the value of the majorUnit property.
|
CTAxisUnit |
CTValAx.getMinorUnit()
Gets the value of the minorUnit property.
|
CTAxisUnit |
CTDateAx.getMinorUnit()
Gets the value of the minorUnit property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTValAx.setMajorUnit(CTAxisUnit value)
Sets the value of the majorUnit property.
|
void |
CTDateAx.setMajorUnit(CTAxisUnit value)
Sets the value of the majorUnit property.
|
void |
CTValAx.setMinorUnit(CTAxisUnit value)
Sets the value of the minorUnit property.
|
void |
CTDateAx.setMinorUnit(CTAxisUnit value)
Sets the value of the minorUnit property.
|
Copyright © 2007-2020. All Rights Reserved.