TextRange.RtlRun Method

Sets the direction of text in a text range to read from right to left.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub RtlRun
'Usage
Dim instance As TextRange

instance.RtlRun()
void RtlRun()

Remarks

This method makes it possible to use text from both left-to-right and right-to-left languages in the same presentation.

See Also

Reference

TextRange Interface

TextRange Members

Microsoft.Office.Interop.PowerPoint Namespace