WdTextOrientation enumeration (Word)

Specifies the text direction in a range or selection.

Name Value Description
wdTextOrientationDownward 3 Text flows downward on a slope.
wdTextOrientationHorizontal 0 Text flows horizontally. Default.
wdTextOrientationHorizontalRotatedFarEast 4 Text flows horizontally but from right to left to accommodate right-to-left languages.
wdTextOrientationUpward 2 Text flows upward on a slope.
wdTextOrientationVerticalFarEast 1 Text flows vertically and reads downward from the top, right to left.
wdTextOrientationVertical 5 Text flows vertically and reads downward from the top, left to right.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.