WdTextOrientation Enum

Definition

Specifies the text direction in a range or selection.

public enum class WdTextOrientation
[System.Runtime.InteropServices.Guid("C1432471-5CCA-3C20-88BE-740332643664")]
public enum WdTextOrientation
type WdTextOrientation = 
Public Enum WdTextOrientation
Inheritance
WdTextOrientation
Attributes

Fields

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 Far East languages.

wdTextOrientationUpward 2

Text flows upward on a slope.

wdTextOrientationVertical 5

Text flows vertically and reads downward from the top, left to right.

wdTextOrientationVerticalFarEast 1

Text flows vertically and reads downward from the top.

Applies to