WdSectionDirection Enum

Definition

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

wdSectionDirectionLtr 1

Displays the section with left alignment and left-to-right reading order.

wdSectionDirectionRtl 0

Displays the section with right alignment and right-to-left reading order.

Applies to