WdReadingOrder 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 flow and reading order of the document.
public enum class WdReadingOrder
[System.Runtime.InteropServices.Guid("1A41F606-6AEF-37E5-A4AA-799EBE04CFA2")]
public enum WdReadingOrder
type WdReadingOrder =
Public Enum WdReadingOrder
- Inheritance
-
WdReadingOrder
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdReadingOrderRtl | 0 | Right-to-left reading order. |
wdReadingOrderLtr | 1 | Left-to-right reading order. |