PdfList Class |
Namespace: Spire.Pdf.Lists
The PdfList type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfList |
Initializes a new instance of theclass.
|
![]() |
PdfList(String) |
Initializes a new instance of theclass.
|
![]() |
PdfList(PdfFontBase) |
Initializes a new instance of theclass.
|
![]() |
PdfList(PdfListItemCollection) |
Creates unordered list using items.
|
![]() |
PdfList(PdfMarker) |
Initializes a new instance of theclass.
|
![]() |
PdfList(String, PdfMarker) |
Initializes a new instance of theclass
from formatted text that is splitted by new lines.
|
![]() |
PdfList(PdfListItemCollection, PdfMarker) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
Brush |
Gets or sets list brush.
(Inherited from
PdfListBase
.)
|
![]() |
Font |
Gets or sets the list font.
(Inherited from
PdfListBase
.)
|
![]() |
Indent |
Gets or sets tabulation for the list.
(Inherited from
PdfListBase
.)
|
![]() |
Items |
Gets items of the list.
(Inherited from
PdfListBase
.)
|
![]() |
Marker |
Gets or sets the marker.
|
![]() |
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
.)
|
Name | Description | |
---|---|---|
![]() |
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 | (Inherited from PdfListBase .) |
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
Layout | (Inherited from PdfListBase .) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() |
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
.)
|
![]() |
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
.)
|