public interface PdfFieldTreeIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Returns
true if any more field objects remain. |
PdfReference |
next()
Returns an indirect reference to the next field object.
|
boolean hasNext()
throws PdfFormatException
true if any more field objects remain.true if more field objects remain.PdfFormatExceptionPdfReference next() throws java.util.NoSuchElementException, java.io.IOException, PdfFormatException
java.util.NoSuchElementExceptionjava.io.IOExceptionPdfFormatException