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)

Usage

Dim wdTextOrientation1 As WdTextOrientation = WdTextOrientation.wdTextOrientationDownward

Syntax

Public Enum WdTextOrientation
public enum WdTextOrientation
public enum class WdTextOrientation
public enum WdTextOrientation
public enum WdTextOrientation

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace