Options.DocumentViewDirection property (Word)

Returns or sets the alignment and reading order for the entire document. Read/write WdDocumentViewDirection.

Syntax

expression. DocumentViewDirection

expression Required. A variable that represents an Options object.

Example

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

Options.DocumentViewDirection = wdDocumentViewRtl

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.