java.lang.Objectcom.aspose.words.LayoutFlow
public class LayoutFlow
Field Summary | ||
---|---|---|
static final int | HORIZONTAL | |
Text is displayed horizontally. | ||
static final int | TOP_TO_BOTTOM_IDEOGRAPHIC | |
Ideographic text is displayed vertically. | ||
static final int | BOTTOM_TO_TOP | |
Text is displayed vertically. | ||
static final int | TOP_TO_BOTTOM | |
Text is displayed vertically. | ||
static final int | HORIZONTAL_IDEOGRAPHIC | |
Ideographic text is displayed horizontally. | ||
static final int | VERTICAL | |
Text is displayed vertically. |
Field Detail |
---|
HORIZONTAL = 0 | |
public static final int HORIZONTAL |
TOP_TO_BOTTOM_IDEOGRAPHIC = 1 | |
public static final int TOP_TO_BOTTOM_IDEOGRAPHIC |
BOTTOM_TO_TOP = 2 | |
public static final int BOTTOM_TO_TOP |
TOP_TO_BOTTOM = 3 | |
public static final int TOP_TO_BOTTOM |
HORIZONTAL_IDEOGRAPHIC = 4 | |
public static final int HORIZONTAL_IDEOGRAPHIC |
VERTICAL = 5 | |
public static final int VERTICAL |