public final class TextWrapping
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AROUND
Text is wrapped around the table occupying available side space.
|
static int |
DEFAULT
Default value.
|
static int |
length |
static int |
NONE
Text and table is displayed in the order of their appearance in the document.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String textWrappingName) |
static java.lang.String |
getName(int textWrapping) |
static int[] |
getValues() |
static java.lang.String |
toString(int textWrapping) |
public static final int NONE
public static final int AROUND
public static final int DEFAULT
public static final int length