|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PdfFieldTreeIterator
An iterator over the tree of field dictionaries in a PDF document.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if any more field objects remain. |
PdfReference |
next()
Returns an indirect reference to the next field object. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |