Package | Description |
---|---|
org.docx4j.model.styles | |
org.docx4j.wml |
Modifier and Type | Method and Description |
---|---|
static boolean |
StyleUtil.areEqual(STWrap wrap1,
STWrap wrap2) |
Modifier and Type | Field and Description |
---|---|
protected STWrap |
CTFramePr.wrap |
Modifier and Type | Method and Description |
---|---|
static STWrap |
STWrap.fromValue(String v) |
STWrap |
CTFramePr.getWrap()
Gets the value of the wrap property.
|
static STWrap |
STWrap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STWrap[] |
STWrap.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.setWrap(STWrap value)
Sets the value of the wrap property.
|
Copyright © 2007-2019. All Rights Reserved.