public final class TextBoxWrapMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
NONE
Text does not wrap inside a shape.
|
static int |
SQUARE
Text wraps inside a shape.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String textBoxWrapModeName) |
static java.lang.String |
getName(int textBoxWrapMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int textBoxWrapMode) |