PdfListItemCollection Class |
Namespace: Spire.Pdf.Lists
The PdfListItemCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfListItemCollection |
Initializes a new instance of theclass.
|
![]() |
PdfListItemCollection( String ) |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
Count |
Gets number of the elements in the collection.
(Inherited from
PdfCollection
.)
|
![]() |
Item |
Gets the PdfListItem from collection at the specified index.
|
![]() |
List |
Gets internal list of the collection.
(Inherited from
PdfCollection
.)
|
Name | Description | |
---|---|---|
![]() |
Add(String) |
Adds the item with a specified text.
|
![]() |
Add(PdfListItem) |
Adds the specified item.
|
![]() |
Add(String, PdfFontBase) |
Adds the specified text.
|
![]() |
Add(String, Single) |
Adds the specified text.
|
![]() |
Add(PdfListItem, Single) |
Adds the specified item.
|
![]() |
Add(String, PdfFontBase, Single) |
Adds the specified text.
|
![]() |
Clear |
Clears collection.
|
![]() |
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
.)
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
PdfCollection
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
IndexOf |
Determines the index of a specific item in the list.
|
![]() |
Insert(Int32, PdfListItem) |
Inserts item at the specified index.
|
![]() |
Insert(Int32, PdfListItem, Single) |
Inserts the specified index.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Remove |
Removes the specified item from the list.
|
![]() |
RemoveAt |
Removes the item at the specified index from the list.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|