Package | Description |
---|---|
org.docx4j.dml |
Modifier and Type | Field and Description |
---|---|
protected STTextAnchoringType |
CTTableCellProperties.anchor |
protected STTextAnchoringType |
CTTextBodyProperties.anchor |
Modifier and Type | Method and Description |
---|---|
static STTextAnchoringType |
STTextAnchoringType.fromValue(String v) |
STTextAnchoringType |
CTTableCellProperties.getAnchor()
Gets the value of the anchor property.
|
STTextAnchoringType |
CTTextBodyProperties.getAnchor()
Gets the value of the anchor property.
|
static STTextAnchoringType |
STTextAnchoringType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STTextAnchoringType[] |
STTextAnchoringType.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.setAnchor(STTextAnchoringType value)
Sets the value of the anchor property.
|
void |
CTTextBodyProperties.setAnchor(STTextAnchoringType value)
Sets the value of the anchor property.
|
Copyright © 2007-2019. All Rights Reserved.