java.lang.Objectcom.aspose.words.WrapSide
public class WrapSide
Field Summary | ||
---|---|---|
static final int | BOTH | |
The document text wraps on both sides of the shape. | ||
static final int | LEFT | |
The document text wraps on the left side of the shape only. There is a text free area on the right of the shape. | ||
static final int | RIGHT | |
The document text wraps on the right side of the shape only. There is a text free area on the left side of the shape. | ||
static final 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 final int | DEFAULT | |
Default value is |
Field Detail |
---|
BOTH = 0 | |
public static final int BOTH |
LEFT = 1 | |
public static final int LEFT |
RIGHT = 2 | |
public static final int RIGHT |
LARGEST = 3 | |
public static final int LARGEST |
DEFAULT = 0 | |
public static final int DEFAULT |