| Package | Description |
|---|---|
| org.docx4j.wml |
| Modifier and Type | Field and Description |
|---|---|
protected STHAnchor |
CTFramePr.hAnchor |
protected STHAnchor |
CTTblPPr.horzAnchor |
| Modifier and Type | Method and Description |
|---|---|
static STHAnchor |
STHAnchor.fromValue(String v) |
STHAnchor |
CTFramePr.getHAnchor()
Gets the value of the hAnchor property.
|
STHAnchor |
CTTblPPr.getHorzAnchor()
Gets the value of the horzAnchor property.
|
static STHAnchor |
STHAnchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STHAnchor[] |
STHAnchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTFramePr.setHAnchor(STHAnchor value)
Sets the value of the hAnchor property.
|
void |
CTTblPPr.setHorzAnchor(STHAnchor value)
Sets the value of the horzAnchor property.
|
Copyright © 2007-2020. All Rights Reserved.