textdirection-ag凯发旗舰厅
com.spire.doc.documents
enum textdirection
java.lang.object
java.lang.enum<textdirection>
com.spire.doc.documents.textdirection
- all implemented interfaces:
- java.lang.comparable<textdirection>
public enum textdirection
- extends java.lang.enum<textdirection>
defines the direction of text.
enum constant summary |
left_to_right
specifies that text in the parent object shall flow from bottom to top vertically,
then from left to right horizontally on the page. |
left_to_right_rotated
specifies that text in the parent object shall flow from top to bottom vertically,
then left to right horizontally on the page. |
right_to_left
specifies that text in the parent object shall flow from right to left horizontally,
then top to bottom vertically on the page. |
right_to_left_rotated
specifies that text in the parent object shall flow from top to bottom vertically,
then right to left horizontally on the page. |
top_to_bottom
specifies that text in the parent object shall flow from left to right horizontally,
then top to bottom vertically on the page. |
top_to_bottom_rotated
specifies that text in the parent object shall flow from left to right horizontally,
then top to bottom vertically on the page. |
top_to_bottom
public static final textdirection top_to_bottom
- specifies that text in the parent object shall flow from left to right horizontally,
then top to bottom vertically on the page.
this means that horizontal lines are filled before the text expands vertically.
right_to_left
public static final textdirection right_to_left
- specifies that text in the parent object shall flow from right to left horizontally,
then top to bottom vertically on the page.
this means that horizontal lines are filled before the text expands vertically.
left_to_right_rotated
public static final textdirection left_to_right_rotated
- specifies that text in the parent object shall flow from top to bottom vertically,
then left to right horizontally on the page.
this means that horizontal lines are filled before the text expands vertically.
this flow is also rotated such that all text is rotated 90 degrees when displayed on a page.
left_to_right
public static final textdirection left_to_right
- specifies that text in the parent object shall flow from bottom to top vertically,
then from left to right horizontally on the page.
top_to_bottom_rotated
public static final textdirection top_to_bottom_rotated
- specifies that text in the parent object shall flow from left to right horizontally,
then top to bottom vertically on the page.
this means that horizontal lines are filled before the text expands vertically.
this flow is also rotated such that any east asian text shall be rotated 270 degrees when displayed on a page.
right_to_left_rotated
public static final textdirection right_to_left_rotated
- specifies that text in the parent object shall flow from top to bottom vertically,
then right to left horizontally on the page.
this means that horizontal lines are filled before the text expands vertically.
this flow is also rotated such that all text is rotated 90 degrees when displayed on a page.
getvalue
public int getvalue()