Package | Description |
---|---|
org.docx4j.model.styles | |
org.docx4j.wml |
Modifier and Type | Method and Description |
---|---|
static boolean |
StyleUtil.areEqual(STVAnchor vAnchor1,
STVAnchor vAnchor2) |
Modifier and Type | Field and Description |
---|---|
protected STVAnchor |
CTFramePr.vAnchor |
protected STVAnchor |
CTTblPPr.vertAnchor |
Modifier and Type | Method and Description |
---|---|
static STVAnchor |
STVAnchor.fromValue(String v) |
STVAnchor |
CTFramePr.getVAnchor()
Gets the value of the vAnchor property.
|
STVAnchor |
CTTblPPr.getVertAnchor()
Gets the value of the vertAnchor property.
|
static STVAnchor |
STVAnchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STVAnchor[] |
STVAnchor.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.setVAnchor(STVAnchor value)
Sets the value of the vAnchor property.
|
void |
CTTblPPr.setVertAnchor(STVAnchor value)
Sets the value of the vertAnchor property.
|
Copyright © 2007-2019. All Rights Reserved.