public final class WrapSide
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTH
The document text wraps on both sides of the shape.
|
static int |
DEFAULT
Default value is
BOTH. |
static int |
LARGEST
The document text wraps on the side of the shape that is farthest from the page margin, leaving text free area on the other side of the shape.
|
static int |
LEFT
The document text wraps on the left side of the shape only.
|
static int |
length |
static int |
RIGHT
The document text wraps on the right side of the shape only.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String wrapSideName) |
static java.lang.String |
getName(int wrapSide) |
static int[] |
getValues() |
static java.lang.String |
toString(int wrapSide) |
public static final int BOTH
public static final int LEFT
public static final int RIGHT
public static final int LARGEST
public static final int DEFAULT
BOTH.public static final int length