|
ASPOSE home |
java.lang.Objectcom.aspose.words.WrapType
public class WrapType
Field Summary | ||
---|---|---|
static final int | NONE | |
No text wrapping around the shape. The shape is placed behind or in front of text. | ||
static final int | INLINE | |
The shape remains on the same layer as text and treated as a character. | ||
static final int | TOP_BOTTOM | |
The text stops at the top of the shape and restarts on the line below the shape. | ||
static final int | SQUARE | |
Wraps text around all sides of the square bounding box of the shape. | ||
static final int | TIGHT | |
Wraps tightly around the edges of the shape, instead of wrapping around the bounding box. | ||
static final int | THROUGH | |
Same as Tight, but wraps inside any parts of the shape that are open. |
Field Detail |
---|
NONE | |
public static final int NONE |
INLINE | |
public static final int INLINE |
TOP_BOTTOM | |
public static final int TOP_BOTTOM |
SQUARE | |
public static final int SQUARE |
TIGHT | |
public static final int TIGHT |
THROUGH | |
public static final int THROUGH |
|
ASPOSE home |