| Package | Description |
|---|---|
| org.docx4j.dml.chart |
| Modifier and Type | Field and Description |
|---|---|
protected CTTitle |
CTChart.title |
protected CTTitle |
CTValAx.title |
protected CTTitle |
CTSerAx.title |
protected CTTitle |
CTDateAx.title |
protected CTTitle |
CTCatAx.title |
| Modifier and Type | Method and Description |
|---|---|
CTTitle |
ObjectFactory.createCTTitle()
Create an instance of
CTTitle |
CTTitle |
CTChart.getTitle()
Gets the value of the title property.
|
CTTitle |
CTValAx.getTitle()
Gets the value of the title property.
|
CTTitle |
CTSerAx.getTitle()
Gets the value of the title property.
|
CTTitle |
CTDateAx.getTitle()
Gets the value of the title property.
|
CTTitle |
CTCatAx.getTitle()
Gets the value of the title property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTChart.setTitle(CTTitle value)
Sets the value of the title property.
|
void |
CTValAx.setTitle(CTTitle value)
Sets the value of the title property.
|
void |
CTSerAx.setTitle(CTTitle value)
Sets the value of the title property.
|
void |
CTDateAx.setTitle(CTTitle value)
Sets the value of the title property.
|
void |
CTCatAx.setTitle(CTTitle value)
Sets the value of the title property.
|
Copyright © 2007-2020. All Rights Reserved.