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
GreekList(int)
Initialisierung
public GreekList(int symbolIndent)
Parameters
symbolIndent
intindent
Methods
Add(IElement)
Adds an Object to the List .
public override bool Add(IElement o)
Parameters
o
IElementthe object to add.
Returns
- bool
true if adding the object succeeded
SetGreekFont()
change the font to SYMBOL
protected void SetGreekFont()