PdfListItem Class |
Namespace: Spire.Pdf.Lists
The PdfListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfListItem |
Creates new empty pdf list item.
|
![]() |
PdfListItem(String) |
Creates new pdf list item with default settings.
|
![]() |
PdfListItem(String, PdfFontBase) |
Initializes a new instance of theclass.
|
![]() |
PdfListItem(String, PdfFontBase, PdfStringFormat) |
Initializes a new instance of theclass.
|
![]() |
PdfListItem(String, PdfFontBase, PdfStringFormat, PdfPen, PdfBrush) |
Creates new list item.
|
Name | Description | |
---|---|---|
![]() |
Brush |
Gets or sets list item brush.
|
![]() |
Font |
Gets or sets item font.
|
![]() |
Pen |
Gets or sets list item pen.
|
![]() |
StringFormat |
Gets or sets item string format.
|
![]() |
SubList |
Gets or sets sublist for item.
|
![]() |
Text |
Gets or sets item text.
|
![]() |
TextIndent |
Gets or sets indent for item.
|
Name | Description | |
---|---|---|
![]() |
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
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|