Represents the ordered list.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfSortedList : PdfListBase
Public Class PdfSortedList Inherits PdfListBase
public ref class PdfSortedList : public PdfListBase
type PdfSortedList = class inherit PdfListBase end
Members
| All Members | Constructors | Properties | Methods | Events |
| Member | 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.
| |
| BeginItemLayout |
Event that rises when item begin layout.
(Inherited from PdfListBase.) | |
| BeginPageLayout |
Event. Raises before the element should be printed on the page.
(Inherited from PdfLayoutWidget.) | |
| Brush |
Gets or sets list brush.
(Inherited from PdfListBase.) | |
| Draw(PdfCanvas) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| Draw(PdfCanvas, PointF) |
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget.) | |
| Draw(PdfPageBase, PointF) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, RectangleF) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfCanvas, Single, Single) |
Draws an list on the Graphics.
(Inherited from PdfListBase.) | |
| Draw(PdfPageBase, PointF, PdfTextLayout) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, RectangleF, PdfTextLayout) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, RectangleF, Boolean) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, Single, Single) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| Draw(PdfPageBase, Single, Single, PdfTextLayout) |
Draws the element on the page.
(Inherited from PdfLayoutWidget.) | |
| DrawInternal(PdfCanvas) | (Inherited from PdfListBase.) | |
| EndItemLayout |
Event that rises when item end layout.
(Inherited from PdfListBase.) | |
| EndPageLayout |
Event. Raises after the element was printed on the page.
(Inherited from PdfLayoutWidget.) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Font |
Gets or sets the list font.
(Inherited from PdfListBase.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Indent |
Gets or sets tabulation for the list.
(Inherited from PdfListBase.) | |
| Items |
Gets items of the list.
(Inherited from PdfListBase.) | |
| Layout(HtmlToPdfLayoutParams) | (Inherited from PdfLayoutWidget.) | |
| Layout(PdfLayoutParams) | (Inherited from PdfListBase.) | |
| Marker |
Gets or sets marker of the list items.
| |
| MarkerHierarchy |
True if user want to use numbering hierarchy, otherwise false.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Pen |
Gets or sets list pen.
(Inherited from PdfListBase.) | |
| StringFormat |
Gets or sets the format of the list.
(Inherited from PdfListBase.) | |
| TextIndent |
Gets or sets the indent from the marker to the list item text.
(Inherited from PdfListBase.) | |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.Graphics..::..PdfLayoutWidget
Spire.Pdf.Lists..::..PdfListBase
Spire.Pdf.Lists..::..PdfSortedList
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.Graphics..::..PdfLayoutWidget
Spire.Pdf.Lists..::..PdfListBase
Spire.Pdf.Lists..::..PdfSortedList