Paragraphs.ReadingOrder property (Word)

Returns or sets the reading order of the specified paragraphs without changing their alignment. Read/write WdReadingOrder.

Syntax

expression.ReadingOrder

expression Required. A variable that represents a 'Paragraphs' collection.

Remarks

Use the LtrPara, LtrRun, RtlPara, and RtlRun methods of the Selection object to change the paragraph alignment along with the reading order.

Example

This example sets the reading order of all paragraphs in the active document to right-to-left.

ActiveDocument.Paragraphs.ReadingOrder = _ 
 wdReadingOrderRtl

See also

Paragraphs Collection 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.