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

Inheritance: ILanguageProcessor
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Свойство 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

Свойство Type Description
langTable char[]

Méthodes publiques

Méthode Description
IsRTL ( ) : bool
Process ( String s ) : String

Méthodes protégées

Méthode Description
IsSwaraLetter ( char ch ) : bool
IsSwaraMatra ( char ch ) : bool
IsVyanjana ( char ch ) : bool

Private Methods

Méthode Description
Swap ( StringBuilder s, int i, int j ) : void

Method Details

IsRTL() public méthode

public IsRTL ( ) : bool
Résultat bool

IsSwaraLetter() protected méthode

protected IsSwaraLetter ( char ch ) : bool
ch char
Résultat bool

IsSwaraMatra() protected méthode

protected IsSwaraMatra ( char ch ) : bool
ch char
Résultat bool

IsVyanjana() protected méthode

protected IsVyanjana ( char ch ) : bool
ch char
Résultat bool

Process() public méthode

public Process ( String s ) : String
s String
Résultat String

Property Details

HALANTA public_oe static_oe property

public static int HALANTA
Résultat int

LETTER_A public_oe static_oe property

public static int LETTER_A
Résultat int

LETTER_AU public_oe static_oe property

public static int LETTER_AU
Résultat int

LETTER_HA public_oe static_oe property

public static int LETTER_HA
Résultat int

LETTER_KA public_oe static_oe property

public static int LETTER_KA
Résultat int

MATRA_AA public_oe static_oe property

public static int MATRA_AA
Résultat int

MATRA_AI public_oe static_oe property

public static int MATRA_AI
Résultat int

MATRA_E public_oe static_oe property

public static int MATRA_E
Résultat int

MATRA_HLR public_oe static_oe property

public static int MATRA_HLR
Résultat int

MATRA_HLRR public_oe static_oe property

public static int MATRA_HLRR
Résultat int

MATRA_I public_oe static_oe property

public static int MATRA_I
Résultat int

langTable protected_oe property

protected char[] langTable
Résultat char[]