public class BidiLine extends Object
| Modifier and Type | Field and Description |
|---|---|
static RTLInfo[] |
charInfos |
static int[] |
indexChars |
static byte[] |
orderLevels |
static String |
resultString |
static char[] |
text |
static int |
totalTextLength |
| Constructor and Description |
|---|
BidiLine() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getArabicContent(boolean IsArabicTransparentFont) |
static boolean |
getArabicContent(String content,
boolean IsArabicTransparentFont) |
static String |
reflectSpecialGlyphs(String txt) |
static void |
reorder(int[] indexChars,
byte[] orderLevels,
int start,
int end) |
static void |
reorder(int start,
int end) |
public static char[] text
public static int totalTextLength
public static byte[] orderLevels
public static int[] indexChars
public static RTLInfo[] charInfos
public static String resultString
public static boolean getArabicContent(String content, boolean IsArabicTransparentFont)
public static void getArabicContent(boolean IsArabicTransparentFont)
public static void reorder(int[] indexChars,
byte[] orderLevels,
int start,
int end)
public static void reorder(int start,
int end)
Copyright © 2016 Aspose. All Rights Reserved.