Represents collection of list items.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfListItemCollection : PdfCollection
Public Class PdfListItemCollection Inherits PdfCollection
public ref class PdfListItemCollection : public PdfCollection
type PdfListItemCollection = class inherit PdfCollection end
Members
All Members | Constructors | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
PdfListItemCollection()()()() |
Initializes a new instance of the class.
| |
PdfListItemCollection(array<String>[]()[][]) |
Initializes a new instance of the class.
| |
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.
| |
Count |
Gets number of the elements in the collection.
(Inherited from PdfCollection.) | |
Equals(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.) | |
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection.) | |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
IndexOf(PdfListItem) |
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.
| |
Item[([( Int32])]) |
Gets the PdfListItem from collection at the specified index.
| |
List |
Gets internal list of the collection.
(Inherited from PdfCollection.) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove(PdfListItem) |
Removes the specified item from the list.
| |
RemoveAt(Int32) |
Removes the item at the specified index from the list.
| |
ToString()()()() | (Inherited from Object.) |