iText 5

IndicLigaturizer

IndicLigaturizer Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.languages iTextSharp.text.pdf.languages.IndicLigaturizer[[IndicLigaturizer]] class iTextSharp.text.pdf.languages.IndicLigaturizer abstractStyle; iTextSharp.text.pdf.languages.ILanguageProcessor[[ILanguageProcessor]] class iTextSharp.text.pdf.languages.ILanguageProcessor interfaceStyle; end iTextSharp.text.pdf.languages.ILanguageProcessor --> iTextSharp.text.pdf.languages.IndicLigaturizer

Members

Methods

Public methods

Returns

Name

bool

IsRTL

()

string

Process

(string s)

Protected methods

Returns

Name

bool

IsSwaraLetter

(char ch)

bool

IsSwaraMatra

(char ch)

bool

IsVyanjana

(char ch)

Details

Inheritance

Constructors

IndicLigaturizer

protected IndicLigaturizer()

Methods

Process

Source code

public virtual string Process(string s)

Arguments

Type

Name

Description

string

s

IsRTL

Source code

public virtual bool IsRTL()

IsSwaraLetter

Source code

protected virtual bool IsSwaraLetter(char ch)

Arguments

Type

Name

Description

char

ch

IsSwaraMatra

Source code

protected virtual bool IsSwaraMatra(char ch)

Arguments

Type

Name

Description

char

ch

IsVyanjana

Source code

protected virtual bool IsVyanjana(char ch)

Arguments

Type

Name

Description

char

ch

Generated with ModularDoc