Package com.itextpdf.text.pdf.languages
Interface LanguageProcessor
-
- All Known Implementing Classes:
ArabicLigaturizer
,DevanagariLigaturizer
,GujaratiLigaturizer
,HebrewProcessor
,IndicLigaturizer
public interface LanguageProcessor
Interface that needs to be implemented by classes that process bytes representing text in specific languages. Processing involves changing order to Right to Left and/or applying ligatures.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRTL()
Indicates if the rundirection is right-to-left.java.lang.String
process(java.lang.String s)
Processes a String
-