WdSectionDirection 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 how Word displays the reading order and alignment for the specified sections.
public enum class WdSectionDirection
[System.Runtime.InteropServices.Guid("0C0568FC-FA89-3ACC-B9CD-B046D85723B6")]
public enum WdSectionDirection
type WdSectionDirection =
Public Enum WdSectionDirection
- Inheritance
-
WdSectionDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSectionDirectionRtl | 0 | Displays the section with right alignment and right-to-left reading order. |
wdSectionDirectionLtr | 1 | Displays the section with left alignment and left-to-right reading order. |