C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / IsRightToLeft Method
The text string.

In This Topic
IsRightToLeft Method (RtfString)
In This Topic
Is right to left text (such as" Arabic or Hebrew).
Syntax
'Declaration
 
Public Shared Function IsRightToLeft( _
   ByVal text As String _
) As Boolean
 

Parameters

text
The text string.

Return Value

True if the text string is right to left, otherwise false.
See Also