com.itextpdf.text.pdf.languages
Class HebrewProcessor

java.lang.Object
  extended by com.itextpdf.text.pdf.languages.HebrewProcessor
All Implemented Interfaces:
LanguageProcessor

public class HebrewProcessor
extends Object
implements LanguageProcessor


Field Summary
protected  int runDirection
           
 
Constructor Summary
HebrewProcessor()
           
HebrewProcessor(int runDirection)
           
 
Method Summary
 boolean isRTL()
          Hebrew is written from right to left.
 String process(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

runDirection

protected int runDirection
Constructor Detail

HebrewProcessor

public HebrewProcessor()

HebrewProcessor

public HebrewProcessor(int runDirection)
Method Detail

process

public String process(String s)
Description copied from interface: LanguageProcessor
Processes a String

Specified by:
process in interface LanguageProcessor
Parameters:
s - the original String
Returns:
the processed String

isRTL

public boolean isRTL()
Hebrew is written from right to left.

Specified by:
isRTL in interface LanguageProcessor
Returns:
true
See Also:
LanguageProcessor.isRTL()


Copyright © 2013. All Rights Reserved.