Table of Contents

Class GreekList

Namespace
iTextSharp.text
Assembly
iTextSharp.LGPLv2.Core.dll

A special-version of LIST whitch use greek-letters. @see com.lowagie.text.List

public class GreekList : List, ITextElementArray, IElement
Inheritance
GreekList
Implements
Inherited Members

Constructors

GreekList()

Initialization

public GreekList()

GreekList(bool, int)

Initialisierung

public GreekList(bool greeklower, int symbolIndent)

Parameters

greeklower bool

greek-char in lowercase

symbolIndent int

indent

GreekList(int)

Initialisierung

public GreekList(int symbolIndent)

Parameters

symbolIndent int

indent

Methods

Add(IElement)

Adds an Object to the List .

public override bool Add(IElement o)

Parameters

o IElement

the object to add.

Returns

bool

true if adding the object succeeded

SetGreekFont()

change the font to SYMBOL

protected void SetGreekFont()