WdReadingOrder Enumeration 

Specifies the text flow and reading order of the document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdReadingOrder1 As WdReadingOrder = WdReadingOrder.wdReadingOrderLtr

Syntax

Public Enum WdReadingOrder
public enum WdReadingOrder
public enum class WdReadingOrder
public enum WdReadingOrder
public enum WdReadingOrder

Members

Member name Description
wdReadingOrderLtr Left-to-right reading order.
wdReadingOrderRtl 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