Package com.itextpdf.text.pdf.languages
Class HebrewProcessor
- java.lang.Object
-
- com.itextpdf.text.pdf.languages.HebrewProcessor
-
- All Implemented Interfaces:
LanguageProcessor
public class HebrewProcessor extends Object implements LanguageProcessor
-
-
Field Summary
Fields Modifier and Type Field Description protected int
runDirection
-
Constructor Summary
Constructors Constructor Description HebrewProcessor()
HebrewProcessor(int runDirection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRTL()
Hebrew is written from right to left.String
process(String s)
Processes a String
-
-
-
Method Detail
-
process
public String process(String s)
Description copied from interface:LanguageProcessor
Processes a String- Specified by:
process
in interfaceLanguageProcessor
- Parameters:
s
- the original String- Returns:
- the processed String
-
isRTL
public boolean isRTL()
Hebrew is written from right to left.- Specified by:
isRTL
in interfaceLanguageProcessor
- Returns:
- true
- See Also:
LanguageProcessor.isRTL()
-
-