|
java.lang.Object
com.aspose.words.LayoutFlow
public class LayoutFlow - extends java.lang.Object
Utility class containing constants.
Determines the flow of the text layout in a textbox.
- See Also:
- TextBox.LayoutFlow
HORIZONTAL | |
public static final int HORIZONTAL |
-
Text is displayed horizontally.
TOP_TO_BOTTOM_IDEOGRAPHIC | |
public static final int TOP_TO_BOTTOM_IDEOGRAPHIC |
-
Ideographic text is displayed vertically.
BOTTOM_TO_TOP | |
public static final int BOTTOM_TO_TOP |
-
Text is displayed vertically.
TOP_TO_BOTTOM | |
public static final int TOP_TO_BOTTOM |
-
Text is displayed vertically.
HORIZONTAL_IDEOGRAPHIC | |
public static final int HORIZONTAL_IDEOGRAPHIC |
-
Ideographic text is displayed horizontally.
VERTICAL | |
public static final int VERTICAL |
-
Text is displayed vertically.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|