DocumentViewDirection Property

Microsoft Word Visual Basic

WdDocumentViewDirection can be one of these WdDocumentViewDirection constants.
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.

expression.DocumentViewDirection

expression    Required. An expression that returns an Options object.

Remarks

For more information on using Word with right-to-left languages, see Word features for right-to-left languages.

Example

This example sets the alignment to right and the reading order to right-to-left for the entire document.

Options.DocumentViewDirection = wdDocumentViewRtl