public class BidiLine extends Object
Constructor and Description |
---|
BidiLine() |
Modifier and Type | Method and Description |
---|---|
static void |
clear() |
static boolean |
containsRTLChar(String text)
Returns true if the test consists of rtl chars
|
String |
getArabicContent(String content,
boolean isArabicTransparentFont)
Returns Arabic text representation
|
String |
getWeaklyTransformedArabicContent(String content,
boolean isArabicTransparentFont)
Returns Arabic text representation for TextEditOptions.LanguageTransformation.ExactlyAsISee
|
static boolean |
isRTLChar(char c)
Returns true if the char is RTL
|
public static void clear()
public static boolean containsRTLChar(String text)
Returns true if the test consists of rtl chars
text
- Text in Stringpublic static boolean isRTLChar(char c)
Returns true if the char is RTL
c
- Char valuepublic String getArabicContent(String content, boolean isArabicTransparentFont)
Returns Arabic text representation
content
- String objectisArabicTransparentFont
- boolean valuepublic String getWeaklyTransformedArabicContent(String content, boolean isArabicTransparentFont)
Returns Arabic text representation for TextEditOptions.LanguageTransformation.ExactlyAsISee
content
- String objectisArabicTransparentFont
- boolean valueCopyright © 2016 Aspose. All Rights Reserved.