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 | |
public static final int HORIZONTAL |
TOP_TO_BOTTOM_IDEOGRAPHIC | |
public static final int TOP_TO_BOTTOM_IDEOGRAPHIC |
BOTTOM_TO_TOP | |
public static final int BOTTOM_TO_TOP |
TOP_TO_BOTTOM | |
public static final int TOP_TO_BOTTOM |
HORIZONTAL_IDEOGRAPHIC | |
public static final int HORIZONTAL_IDEOGRAPHIC |
VERTICAL | |
public static final int VERTICAL |