Package | Description |
---|---|
org.docx4j.dml |
Modifier and Type | Field and Description |
---|---|
protected STTextVerticalType |
CTTableCellProperties.vert |
protected STTextVerticalType |
CTTextBodyProperties.vert |
Modifier and Type | Method and Description |
---|---|
static STTextVerticalType |
STTextVerticalType.fromValue(String v) |
STTextVerticalType |
CTTableCellProperties.getVert()
Gets the value of the vert property.
|
STTextVerticalType |
CTTextBodyProperties.getVert()
Gets the value of the vert property.
|
static STTextVerticalType |
STTextVerticalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTextVerticalType[] |
STTextVerticalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CTTableCellProperties.setVert(STTextVerticalType value)
Sets the value of the vert property.
|
void |
CTTextBodyProperties.setVert(STTextVerticalType value)
Sets the value of the vert property.
|
Copyright © 2007-2019. All Rights Reserved.