-
Methods in org.docx4j.wml that return STWrap
| Modifier and Type |
Method |
Description |
static STWrap |
STWrap.fromValue(java.lang.String v) |
|
STWrap |
CTFramePr.getWrap() |
Gets the value of the wrap property.
|
static STWrap |
STWrap.valueOf(java.lang.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.
|
Methods in org.docx4j.wml with parameters of type STWrap
| Modifier and Type |
Method |
Description |
void |
CTFramePr.setWrap(STWrap value) |
Sets the value of the wrap property.
|