java.lang.Objectcom.aspose.words.TextWrapping
public class TextWrapping
Field Summary | ||
---|---|---|
static final int | NONE | |
Text and table is displayed in the order of their appearance in the document. | ||
static final int | AROUND | |
Text is wrapped around the table occupying available side space. | ||
static final int | DEFAULT | |
Default value. |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
AROUND = 1 | |
public static final int AROUND |
DEFAULT = 0 | |
public static final int DEFAULT |