Options.DocumentViewDirection Property

Word Developer Reference

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 collection.

Example

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

Visual Basic for Applications
  Options.DocumentViewDirection = wdDocumentViewRtl

See Also