ZapfDingbatsNumberList Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.ZapfDingbatsNumberList[[ZapfDingbatsNumberList]] iTextSharp.text.List[[List]] end iTextSharp.text.List --> iTextSharp.text.ZapfDingbatsNumberList
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
o) |
|
|
() |
Details
Inheritance
Constructors
ZapfDingbatsNumberList [1/2]
Source code
public ZapfDingbatsNumberList(int type)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
ZapfDingbatsNumberList [2/2]
Source code
public ZapfDingbatsNumberList(int type, int symbolIndent)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
symbolIndent |
Methods
Add
Source code
public override bool Add(IElement o)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
o |
CloneShallow
Source code
public override List CloneShallow()
Properties
NumberType
public virtual int NumberType { get; set; }
Generated with ModularDoc