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
|
getLanguageTransformation
public 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 LanguageTransformation
public String transform(String text, boolean ligaturize)
Performs transformation of the string
transform
in class LanguageTransformation
Copyright © 2016 Aspose. All Rights Reserved.