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.PdfFormatException
PdfReference next() throws java.util.NoSuchElementException, java.io.IOException, PdfFormatException
java.util.NoSuchElementException
java.io.IOException
PdfFormatException