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
- Textpublic static boolean isRTLChar(char c)
Returns true if the char is RTL
c
- Charpublic String getArabicContent(String content, boolean isArabicTransparentFont)
Returns Arabic text representation
content
- isArabicTransparentFont
- Copyright © 2016 Aspose. All Rights Reserved.