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