Returns or sets the reading order of the specified paragraphs without changing their alignment. Can be either of the following WdReadingOrder constants: wdReadingOrderLtr (left-to-right) or wdReadingOrderRtl (right-to-left). Read/write Long.
Remarks
Use the LtrPara, LtrRun, RtlPara, and RtlRun methods to change the paragraph alignment along with the reading order.