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

Inheritance: ILanguageProcessor
Mostrar archivo Open project: nonorganic/dssnet

Public Properties

Property Type Description
HALANTA int
LETTER_A int
LETTER_AU int
LETTER_HA int
LETTER_KA int
MATRA_AA int
MATRA_AI int
MATRA_E int
MATRA_HLR int
MATRA_HLRR int
MATRA_I int

Protected Properties

Property Type Description
langTable char[]

Public Methods

Method Description
IsRTL ( ) : bool
Process ( String s ) : String

Protected Methods

Method Description
IsSwaraLetter ( char ch ) : bool
IsSwaraMatra ( char ch ) : bool
IsVyanjana ( char ch ) : bool

Private Methods

Method Description
Swap ( StringBuilder s, int i, int j ) : void

Method Details

IsRTL() public method

public IsRTL ( ) : bool
return bool

IsSwaraLetter() protected method

protected IsSwaraLetter ( char ch ) : bool
ch char
return bool

IsSwaraMatra() protected method

protected IsSwaraMatra ( char ch ) : bool
ch char
return bool

IsVyanjana() protected method

protected IsVyanjana ( char ch ) : bool
ch char
return bool

Process() public method

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

Property Details

HALANTA public_oe static_oe property

public static int HALANTA
return int

LETTER_A public_oe static_oe property

public static int LETTER_A
return int

LETTER_AU public_oe static_oe property

public static int LETTER_AU
return int

LETTER_HA public_oe static_oe property

public static int LETTER_HA
return int

LETTER_KA public_oe static_oe property

public static int LETTER_KA
return int

MATRA_AA public_oe static_oe property

public static int MATRA_AA
return int

MATRA_AI public_oe static_oe property

public static int MATRA_AI
return int

MATRA_E public_oe static_oe property

public static int MATRA_E
return int

MATRA_HLR public_oe static_oe property

public static int MATRA_HLR
return int

MATRA_HLRR public_oe static_oe property

public static int MATRA_HLRR
return int

MATRA_I public_oe static_oe property

public static int MATRA_I
return int

langTable protected_oe property

protected char[] langTable
return char[]