WdSectionDirection Enumeration
Specifies how Word displays the reading order and alignment for the specified sections.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdSectionDirection
'Usage
Dim instance As WdSectionDirection
public enum WdSectionDirection
Members
Member name | Description | |
---|---|---|
wdSectionDirectionRtl | Displays the section with right alignment and right-to-left reading order. | |
wdSectionDirectionLtr | Displays the section with left alignment and left-to-right reading order. |