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)

Usage

Dim wdSectionDirection1 As WdSectionDirection = WdSectionDirection.wdSectionDirectionLtr

Syntax

Public Enum WdSectionDirection
public enum WdSectionDirection
public enum class WdSectionDirection
public enum WdSectionDirection
public enum WdSectionDirection

Members

Member name Description
wdSectionDirectionLtr Displays the section with left alignment and left-to-right reading order.
wdSectionDirectionRtl Displays the section with right alignment and right-to-left reading order.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace