_ParagraphFormat.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 _ParagraphFormat
Dim value As WdReadingOrder
value = instance.ReadingOrder
instance.ReadingOrder = value
WdReadingOrder ReadingOrder { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdReadingOrder
Remarks
Use the LtrPara, LtrRun, RtlPara, and RtlRun methods to change the paragraph alignment along with the reading order.