Paragraph.ReadingOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.