Table of Contents

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 int

a char-number

ZapfDingbatsList(int, int)

Creates a ZapfDingbatsList

public ZapfDingbatsList(int zn, int symbolIndent)

Parameters

zn int

a char-number

symbolIndent int

indent

Fields

Zn

char-number in zapfdingbats

protected int Zn

Field Value

int

Properties

CharNumber

set the char-number

public int CharNumber { get; set; }

Property Value

int

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