TextRange.LtrRun Method
Sets the direction of text in a text range to read from left to right.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub LtrRun
'Usage
Dim instance As TextRange
instance.LtrRun()
void LtrRun()
Remarks
This method makes it possible to use text from both left-to-right and right-to-left languages in the same presentation.