Expand Minimize
This topic has not yet been rated - Rate this topic

Options.DocumentViewDirection Property (Word)

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

expression .DocumentViewDirection

expression Required. A variable that represents an Options collection.

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

Options.DocumentViewDirection = wdDocumentViewRtl
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.