|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.languages.HebrewProcessor
public class HebrewProcessor
Field Summary | |
---|---|
protected int |
runDirection
|
Constructor Summary | |
---|---|
HebrewProcessor()
|
|
HebrewProcessor(int runDirection)
|
Method Summary | |
---|---|
boolean |
isRTL()
Hebrew is written from right to left. |
java.lang.String |
process(java.lang.String s)
Processes a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int runDirection
Constructor Detail |
---|
public HebrewProcessor()
public HebrewProcessor(int runDirection)
Method Detail |
---|
public java.lang.String process(java.lang.String s)
LanguageProcessor
process
in interface LanguageProcessor
s
- the original String
public boolean isRTL()
isRTL
in interface LanguageProcessor
LanguageProcessor.isRTL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |