TextOrientationType Enum
Lists values used to specify the type of text orientation.
Declaration
public enum TextOrientationType extends Enum<TextOrientationType> implements IIntEnum
Members
| Name | Description |
|---|---|
DOWNWARD
|
The text orientation is downward. |
HORIZONTAL
|
The text orientation is horizontal. |
HORIZONTAL_ROTATED_FAR_EAST
|
The text orientation is horizontal, and the text is rotated as required for Asian languages. |
UPWARD
|
The text orientation is upward. |
VERTICAL
|
The text orientation is vertical. |
VERTICAL_FAR_EAST
|
The text orientation is vertical, and the text is rotated as required for Asian languages. |
VERTICAL_RIGHT_TO_LEFT
|
The text orientation is vertical, and the text direction is right-to-left. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |