Class ZapfDingbatsList
- Namespace
- iTextSharp.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
A special-version of LIST whitch use zapfdingbats-letters. @see com.lowagie.text.List @author Michael Niedermair and Bruno Lowagie
public class ZapfDingbatsList : List, ITextElementArray, IElement
- Inheritance
-
ZapfDingbatsList
- Implements
- Inherited Members
Constructors
ZapfDingbatsList(int)
Creates a ZapfDingbatsList
public ZapfDingbatsList(int zn)
Parameters
zn
inta char-number
ZapfDingbatsList(int, int)
Creates a ZapfDingbatsList
public ZapfDingbatsList(int zn, int symbolIndent)
Parameters
Fields
Zn
char-number in zapfdingbats
protected int Zn
Field Value
Properties
CharNumber
set the char-number
public int CharNumber { get; set; }
Property Value
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