C# Class iTextSharp.text.pdf.languages.HebrewProcessor

Inheritance: ILanguageProcessor
显示文件 Open project: nonorganic/dssnet

Protected Properties

Property Type Description
runDirection int

Public Methods

Method Description
HebrewProcessor ( ) : System
HebrewProcessor ( int runDirection ) : System
IsRTL ( ) : bool
Process ( String s ) : String

Method Details

HebrewProcessor() public method

public HebrewProcessor ( ) : System
return System

HebrewProcessor() public method

public HebrewProcessor ( int runDirection ) : System
runDirection int
return System

IsRTL() public method

public IsRTL ( ) : bool
return bool

Process() public method

public Process ( String s ) : String
s String
return String

Property Details

runDirection protected_oe property

protected int runDirection
return int