WdDocumentViewDirection 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 alignment and reading order for the entire document.
public enum class WdDocumentViewDirection
[System.Runtime.InteropServices.Guid("79C569A5-0A9F-3922-BC4D-908835FFED05")]
public enum WdDocumentViewDirection
type WdDocumentViewDirection =
Public Enum WdDocumentViewDirection
- Inheritance
-
WdDocumentViewDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdDocumentViewRtl | 0 | Displays the document with right alignment and right-to-left reading order. |
wdDocumentViewLtr | 1 | Displays the document with left alignment and left-to-right reading order. |