Table of Contents

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 int

the type of list

ZapfDingbatsNumberList(int, int)

Creates a ZapdDingbatsNumberList

public ZapfDingbatsNumberList(int type, int symbolIndent)

Parameters

type int

the type of list

symbolIndent int

indent

Fields

type

which type

protected int type

Field Value

int

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 IElement

the object to add.

Returns

bool

true if adding the object succeeded