| java.lang.Object | ||
| ↳ | com.pdftron.common.PDFNetIterator<T> | |
| ↳ | com.pdftron.pdf.FieldIterator | |
FieldIterator is an iterator type that can be used to traverse a list of form fields in a PDF document. For more information, please see PDFDoc.getFieldIterator().
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Object | clone() | ||||||||||
| Field |
next()
Advances the iterator to the next element of the collection.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.common.PDFNetIterator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
| |||||||||||
From interface
java.util.Iterator
| |||||||||||
Advances the iterator to the next element of the collection.