PdfFormFieldCollection class
Represents a collection of form fields.
- Inheritance
-
- Object
- PdfObjectCollection
- PdfFormFieldCollection
Properties
Methods
-
add(
PdfField field) → int - Adds the specified field to the collection.
-
addAll(
List< PdfField> fields) → void - Adds a list of fields to the collection.
-
clear(
) → void - Clears the form field collection.
-
contains(
PdfField field) → bool - Determines whether field is contained within the collection.
-
indexOf(
PdfField field) → int - Gets the index of the specific field.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
PdfField field) → void - Removes the specified field in the collection.
-
removeAt(
int index) → void - Removes field 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) → PdfField - Gets the PdfField at the specified index.