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