Paragraphs.ReadingOrder Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ReadingOrder As WdReadingOrder
    Get
    Set
'Usage
Dim instance As Paragraphs
Dim value As WdReadingOrder

value = instance.ReadingOrder

instance.ReadingOrder = value
WdReadingOrder ReadingOrder { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdReadingOrder

Remarks

WdReadingOrder can be one of the following WdReadingOrder constants:

wdReadingOrderLtr

wdReadingOrderRtl

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

See Also

Reference

Paragraphs Interface

Paragraphs Members

Microsoft.Office.Interop.Word Namespace