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)

Syntax

'Declaration
Public Enumeration WdDocumentViewDirection
'Usage
Dim instance As WdDocumentViewDirection
public enum WdDocumentViewDirection

Members

Member name Description
wdDocumentViewRtl Displays the document with right alignment and right-to-left reading order.
wdDocumentViewLtr Displays the document with left alignment and left-to-right reading order.

See Also

Reference

Microsoft.Office.Interop.Word Namespace