Paragraph.ReadingOrder Property

Definition

Returns or sets the reading order of the specified paragraphs without changing their alignment.

public:
 property Microsoft::Office::Interop::Word::WdReadingOrder ReadingOrder { Microsoft::Office::Interop::Word::WdReadingOrder get(); void set(Microsoft::Office::Interop::Word::WdReadingOrder value); };
public Microsoft.Office.Interop.Word.WdReadingOrder ReadingOrder { get; set; }
member this.ReadingOrder : Microsoft.Office.Interop.Word.WdReadingOrder with get, set
Public Property ReadingOrder As WdReadingOrder

Property Value

Remarks

WdReadingOrder can be one of the following constants:

wdReadingOrderLtr

wdReadingOrderRtl

Use the LtrPara(), LtrRun(), RtlPara(), and RtlRun() methods to change the paragraph alignment along with the reading order.

Applies to