PdfListFieldItemCollection class
Represents list field item collection.
- Inheritance
-
- Object
- PdfObjectCollection
- PdfListFieldItemCollection
Properties
Methods
-
add(
PdfListFieldItem item) → int - Adds the specified item in the collection and returns its index.
-
clear(
) → void - Clears the collection.
-
contains(
PdfListFieldItem item) → bool - Determines whether the item is present in the collection.
-
indexOf(
PdfListFieldItem item) → int - Gets the index of the specified item.
-
insert(
int index, PdfListFieldItem item) → void - Inserts the list item field at the specified index.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
PdfListFieldItem item) → void - Removes the specified PdfListFieldItem.
-
removeAt(
int index) → void - Removes the item at the specified position.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → PdfListFieldItem - Gets the PdfListFieldItem at the specified index.