C# 클래스 iTextSharp.text.pdf.languages.IndicLigaturizer

상속: ILanguageProcessor
파일 보기 프로젝트 열기: nonorganic/dssnet

공개 프로퍼티들

프로퍼티 타입 설명
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

보호된 프로퍼티들

프로퍼티 타입 설명
langTable char[]

공개 메소드들

메소드 설명
IsRTL ( ) : bool
Process ( String s ) : String

보호된 메소드들

메소드 설명
IsSwaraLetter ( char ch ) : bool
IsSwaraMatra ( char ch ) : bool
IsVyanjana ( char ch ) : bool

비공개 메소드들

메소드 설명
Swap ( StringBuilder s, int i, int j ) : void

메소드 상세

IsRTL() 공개 메소드

public IsRTL ( ) : bool
리턴 bool

IsSwaraLetter() 보호된 메소드

protected IsSwaraLetter ( char ch ) : bool
ch char
리턴 bool

IsSwaraMatra() 보호된 메소드

protected IsSwaraMatra ( char ch ) : bool
ch char
리턴 bool

IsVyanjana() 보호된 메소드

protected IsVyanjana ( char ch ) : bool
ch char
리턴 bool

Process() 공개 메소드

public Process ( String s ) : String
s String
리턴 String

프로퍼티 상세

HALANTA 공개적으로 정적으로 프로퍼티

public static int HALANTA
리턴 int

LETTER_A 공개적으로 정적으로 프로퍼티

public static int LETTER_A
리턴 int

LETTER_AU 공개적으로 정적으로 프로퍼티

public static int LETTER_AU
리턴 int

LETTER_HA 공개적으로 정적으로 프로퍼티

public static int LETTER_HA
리턴 int

LETTER_KA 공개적으로 정적으로 프로퍼티

public static int LETTER_KA
리턴 int

MATRA_AA 공개적으로 정적으로 프로퍼티

public static int MATRA_AA
리턴 int

MATRA_AI 공개적으로 정적으로 프로퍼티

public static int MATRA_AI
리턴 int

MATRA_E 공개적으로 정적으로 프로퍼티

public static int MATRA_E
리턴 int

MATRA_HLR 공개적으로 정적으로 프로퍼티

public static int MATRA_HLR
리턴 int

MATRA_HLRR 공개적으로 정적으로 프로퍼티

public static int MATRA_HLRR
리턴 int

MATRA_I 공개적으로 정적으로 프로퍼티

public static int MATRA_I
리턴 int

langTable 보호되어 있는 프로퍼티

protected char[] langTable
리턴 char[]