WdDocumentViewDirection Enumeration 

Specifies the alignment and reading order for the entire document.

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

Usage

Dim wdDocumentViewDirection1 As WdDocumentViewDirection = WdDocumentViewDirection.wdDocumentViewLtr

Syntax

Public Enum WdDocumentViewDirection
public enum WdDocumentViewDirection
public enum class WdDocumentViewDirection
public enum WdDocumentViewDirection
public enum WdDocumentViewDirection

Members

Member name Description
wdDocumentViewLtr Displays the document with left alignment and left-to-right reading order.
wdDocumentViewRtl Displays the document 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