| Package | Description |
|---|---|
| org.docx4j.dml.wordprocessingDrawing |
| Modifier and Type | Field and Description |
|---|---|
protected STWrapText |
CTWrapTight.wrapText |
protected STWrapText |
CTWrapThrough.wrapText |
protected STWrapText |
CTWrapSquare.wrapText |
| Modifier and Type | Method and Description |
|---|---|
static STWrapText |
STWrapText.fromValue(java.lang.String v) |
STWrapText |
CTWrapTight.getWrapText()
Gets the value of the wrapText property.
|
STWrapText |
CTWrapThrough.getWrapText()
Gets the value of the wrapText property.
|
STWrapText |
CTWrapSquare.getWrapText()
Gets the value of the wrapText property.
|
static STWrapText |
STWrapText.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STWrapText[] |
STWrapText.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTWrapTight.setWrapText(STWrapText value)
Sets the value of the wrapText property.
|
void |
CTWrapThrough.setWrapText(STWrapText value)
Sets the value of the wrapText property.
|
void |
CTWrapSquare.setWrapText(STWrapText value)
Sets the value of the wrapText property.
|
Copyright © 2007–2023. All rights reserved.