Represents unordered 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 PdfList : PdfListBase
Public Class PdfList Inherits PdfListBase
public ref class PdfList : public PdfListBase
type PdfList = class inherit PdfListBase end
Members
| All Members | Constructors | Properties | Methods | Events |
| Member | Description | |
|---|---|---|
| PdfList()()()() |
Initializes a new instance of the class.
| |
| PdfList(String) |
Initializes a new instance of the class.
| |
| PdfList(PdfFontBase) |
Initializes a new instance of the class.
| |
| PdfList(PdfListItemCollection) |
Creates unordered list using items.
| |
| PdfList(PdfMarker) |
Initializes a new instance of the class.
| |
| PdfList(String, PdfMarker) |
Initializes a new instance of the class
from formatted text that is splitted by new lines.
| |
| PdfList(PdfListItemCollection, PdfMarker) |
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 the marker.
| |
| 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..::..PdfList
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.Graphics..::..PdfLayoutWidget
Spire.Pdf.Lists..::..PdfListBase
Spire.Pdf.Lists..::..PdfList