WdTextOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
wdTextOrientationHorizontal | 0 | Text flows horizontally. default. |
wdTextOrientationVerticalFarEast | 1 | Text flows vertically and reads downward from the top. |
wdTextOrientationUpward | 2 | Text flows upward on a slope. |
wdTextOrientationDownward | 3 | Text flows downward on a slope. |
wdTextOrientationHorizontalRotatedFarEast | 4 | Text flows horizontally but from right to left to accommodate Far East languages. |
wdTextOrientationVertical | 5 | Text flows vertically and reads downward from the top, left to right. |