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 |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
o) |
|
|
() |
|
|
(
zapfDingbatColor) |
Details
Inheritance
Constructors
ZapfDingbatsList [1/2]
Source code
public ZapfDingbatsList(int zn)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
zn |
ZapfDingbatsList [2/2]
Source code
public ZapfDingbatsList(int zn, int symbolIndent)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
zn |
|
|
|
symbolIndent |
Methods
setDingbatColor
Source code
public virtual void setDingbatColor(BaseColor zapfDingbatColor)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
zapfDingbatColor |
Add
Source code
public override bool Add(IElement o)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
o |
CloneShallow
Source code
public override List CloneShallow()
Properties
CharNumber
public virtual int CharNumber { get; set; }
Generated with ModularDoc