|
java.lang.Object
com.aspose.words.TextOrientation
public class TextOrientation - extends java.lang.Object
Utility class containing constants.
Specifies orientation of text in a table cell or a text frame.
|
Field Summary |
static final int | HORIZONTAL | |
|
Text is arranged horizontally (lr-tb).
|
static final int | DOWNWARD | |
|
Text is rotated 90 degrees to the right to appear from top to bottom (tb-rl).
|
static final int | UPWARD | |
|
Text is rotated 90 degrees to the left to appear from bottom to top (bt-lr).
|
static final int | HORIZONTAL_ROTATED_FAR_EAST | |
|
Text is arranged horizontally, but Far East characters are rotated 90 degrees to the left (lr-tb-v).
|
static final int | VERTICAL_FAR_EAST | |
|
Far East characters appear vertical, other text is rotated 90 degrees
to the right to appear from top to bottom (tb-rl-v).
|
HORIZONTAL | |
public static final int HORIZONTAL |
-
Text is arranged horizontally (lr-tb).
DOWNWARD | |
public static final int DOWNWARD |
-
Text is rotated 90 degrees to the right to appear from top to bottom (tb-rl).
UPWARD | |
public static final int UPWARD |
-
Text is rotated 90 degrees to the left to appear from bottom to top (bt-lr).
HORIZONTAL_ROTATED_FAR_EAST | |
public static final int HORIZONTAL_ROTATED_FAR_EAST |
-
Text is arranged horizontally, but Far East characters are rotated 90 degrees to the left (lr-tb-v).
VERTICAL_FAR_EAST | |
public static final int VERTICAL_FAR_EAST |
-
Far East characters appear vertical, other text is rotated 90 degrees
to the right to appear from top to bottom (tb-rl-v).
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|