Word.TextOrientation enum
Specifies the orientation of text in a text frame or shape.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| downward = "Downward" | Text is vertical with letters rotated 90 degrees counterclockwise. |
| horizontal = "Horizontal" | Text is horizontal. |
| horizontalRotatedFarEast = "HorizontalRotatedFarEast" | Text is horizontal but from right to left to accommodate right-to-left languages. |
| upward = "Upward" | Text is vertical with letters rotated 90 degrees clockwise. |
| vertical = "Vertical" | Text is vertical and reads downward from the top, left to right. |
| verticalFarEast = "VerticalFarEast" | Text is vertical and reads downward from the top, right to left. |