Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the reading order and alignment of the specified paragraphs to left-to-right.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub LtrPara
'Usage
Dim instance As Selection
instance.LtrPara()
void LtrPara()
Remarks
For all selected paragraphs, this method sets the reading order to left-to-right. If a paragraph with a right-to-left reading order is also right-aligned, this method reverses its reading order and sets its paragraph alignment to left-aligned.
Use the ReadingOrder property to change the reading order without affecting paragraph alignment.