WdTextOrientation Enumeration

Specifies the text direction in a range or selection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdTextOrientation
'Usage
Dim instance As WdTextOrientation
public enum WdTextOrientation

Members

Member name Description
wdTextOrientationHorizontal Text flows horizontally. default.
wdTextOrientationUpward Text flows upward on a slope.
wdTextOrientationDownward Text flows downward on a slope.
wdTextOrientationVerticalFarEast Text flows vertically and reads downward from the top.
wdTextOrientationHorizontalRotatedFarEast Text flows horizontally but from right to left to accommodate Far East languages.
wdTextOrientationVertical Text flows vertically and reads downward from the top, left to right.

See Also

Reference

Microsoft.Office.Interop.Word Namespace