PdfFieldItemCollection class
Represents collection field items.
- Inheritance
-
- Object
- PdfObjectCollection
- PdfFieldItemCollection
Properties
Methods
-
clear(
) → void - Clears all items in the list.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → PdfFieldItem - Gets the Field item at the specified index.