|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextDirection>
com.spire.doc.documents.TextDirection
public 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. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final TextDirection Top_To_Bottom
public static final TextDirection Right_To_Left_Rotated
public static final TextDirection Left_To_Right
public static final TextDirection Right_To_Left
public static final TextDirection Top_To_Bottom_Rotated
public static final TextDirection Left_To_Right_Rotated
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |