| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
| Modifier and Type | Field and Description |
|---|---|
protected STPosAlign |
CTLegend.align |
protected STPosAlign |
CTChartTitle.align |
| Modifier and Type | Method and Description |
|---|---|
static STPosAlign |
STPosAlign.fromValue(String v) |
STPosAlign |
CTLegend.getAlign()
Gets the value of the align property.
|
STPosAlign |
CTChartTitle.getAlign()
Gets the value of the align property.
|
static STPosAlign |
STPosAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPosAlign[] |
STPosAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTLegend.setAlign(STPosAlign value)
Sets the value of the align property.
|
void |
CTChartTitle.setAlign(STPosAlign value)
Sets the value of the align property.
|
Copyright © 2007-2022. All Rights Reserved.