Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.18 KB

Word.Paragraphs.ReadingOrder.md

File metadata and controls

47 lines (27 loc) · 1.18 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Paragraphs.ReadingOrder property (Word)
vbawd10.chm156762243
vbawd10.chm156762243
Word.Paragraphs.ReadingOrder
9f3fccf3-7474-231d-21c7-f719174d7c82
06/08/2017
medium

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

[!includeSupport and feedback]