Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |