public final class WrapType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INLINE
The shape remains on the same layer as text and treated as a character.
|
static int |
length |
static int |
NONE
No text wrapping around the shape.
|
static int |
SQUARE
Wraps text around all sides of the square bounding box of the shape.
|
static int |
THROUGH
Same as Tight, but wraps inside any parts of the shape that are open.
|
static int |
TIGHT
Wraps tightly around the edges of the shape, instead of wrapping around the bounding box.
|
static int |
TOP_BOTTOM
The text stops at the top of the shape and restarts on the line below the shape.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String wrapTypeName) |
static java.lang.String |
getName(int wrapType) |
static int[] |
getValues() |
static java.lang.String |
toString(int wrapType) |
public static final int NONE
public static final int INLINE
public static final int TOP_BOTTOM
public static final int SQUARE
public static final int TIGHT
public static final int THROUGH
public static final int length