Class ZapfDingbatsNumberList
- Namespace
- iTextSharp.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
A special-version of LIST whitch use zapfdingbats-numbers (1..10). @see com.lowagie.text.List @version 2003-06-22 @author Michael Niedermair
public class ZapfDingbatsNumberList : List, ITextElementArray, IElement
- Inheritance
-
ZapfDingbatsNumberList
- Implements
- Inherited Members
Constructors
ZapfDingbatsNumberList(int)
Creates a ZapdDingbatsNumberList
public ZapfDingbatsNumberList(int type)
Parameters
type
intthe type of list
ZapfDingbatsNumberList(int, int)
Creates a ZapdDingbatsNumberList
public ZapfDingbatsNumberList(int type, int symbolIndent)
Parameters
Fields
type
which type
protected int type
Field Value
Properties
NumberType
get the type
public int NumberType { get; set; }
Property Value
- int
char-number
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