public class RTLTransformation extends LanguageTransformation
Represents a language transformation object
| Constructor and Description |
|---|
RTLTransformation() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsLanguageChars(String text)
Determines if the string contains chars of current language
|
String |
transform(String text,
boolean ligaturize)
Performs transformation of the string
|
String |
transform(String text,
boolean ligaturize,
int languageTransformationMode)
Performs transformation of the string
|
getLanguageTransformationpublic static boolean containsLanguageChars(String text)
Determines if the string contains chars of current language
public String transform(String text, boolean ligaturize, int languageTransformationMode)
Performs transformation of the string
transform in class LanguageTransformationpublic String transform(String text, boolean ligaturize)
Performs transformation of the string
transform in class LanguageTransformationCopyright © 2016 Aspose. All Rights Reserved.