iText 5

ZapfDingbatsList

ZapfDingbatsList Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.ZapfDingbatsList[[ZapfDingbatsList]] iTextSharp.text.List[[List]] end iTextSharp.text.List --> iTextSharp.text.ZapfDingbatsList

Members

Properties

Public properties

Type

Name

Methods

int

CharNumber

get, set

Methods

Public methods

Returns

Name

bool

Add

(

IElement

o)

List

CloneShallow

()

void

setDingbatColor

(

BaseColor

zapfDingbatColor)

Details

Inheritance

Constructors

ZapfDingbatsList [1/2]

Source code

public ZapfDingbatsList(int zn)

Arguments

Type

Name

Description

int

zn

ZapfDingbatsList [2/2]

Source code

public ZapfDingbatsList(int zn, int symbolIndent)

Arguments

Type

Name

Description

int

zn

int

symbolIndent

Methods

setDingbatColor

Source code

public virtual void setDingbatColor(BaseColor zapfDingbatColor)

Arguments

Type

Name

Description

BaseColor

zapfDingbatColor

Add

Source code

public override bool Add(IElement o)

Arguments

Type

Name

Description

IElement

o

CloneShallow

Source code

public override List CloneShallow()

Properties

CharNumber

public virtual int CharNumber { get; set; }

Generated with ModularDoc