ComponentOne Word for UWP
IsRightToLeft Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfString Class : IsRightToLeft Method
The text string.
Is right to left text (such as" Arabic or Hebrew).
Syntax
'Declaration
 
Public Shared Function IsRightToLeft( _
   ByVal text As System.String _
) As System.Boolean
public static System.bool IsRightToLeft( 
   System.string text
)

Parameters

text
The text string.

Return Value

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

Reference

RtfString Class
RtfString Members