| Package | Description |
|---|---|
| org.docx4j.dml |
| Modifier and Type | Field and Description |
|---|---|
protected STTextTabAlignType |
CTTextTabStop.algn |
| Modifier and Type | Method and Description |
|---|---|
static STTextTabAlignType |
STTextTabAlignType.fromValue(java.lang.String v) |
STTextTabAlignType |
CTTextTabStop.getAlgn()
Gets the value of the algn property.
|
static STTextTabAlignType |
STTextTabAlignType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STTextTabAlignType[] |
STTextTabAlignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTTextTabStop.setAlgn(STTextTabAlignType value)
Sets the value of the algn property.
|
Copyright © 2007–2023. All rights reserved.