Overload List
| Name | Description |
|---|---|
| PdfSortedList()()()() |
Creates ordered list.
|
| PdfSortedList(String) |
Initializes a new instance of the class.
|
| PdfSortedList(PdfFontBase) |
Initializes a new instance of the class.
|
| PdfSortedList(PdfListItemCollection) |
Creates ordered list using items.
|
| PdfSortedList(PdfNumberStyle) |
Initializes a new instance of the class.
|
| PdfSortedList(PdfOrderedMarker) |
Initializes a new instance of the class.
|
| PdfSortedList(String, PdfOrderedMarker) |
Initializes a new instance of the class
from formatted text that is splitted by new lines.
|
| PdfSortedList(PdfListItemCollection, PdfOrderedMarker) |
Initializes a new instance of the class.
|