| Modifier and Type | Method and Description |
|---|---|
void |
NameTree.enumEntries(PDFObjectEnumProc enumProc)
Enumerates all the entries of this NameTree.
|
boolean |
Document.enumIndirectPDFObjects(PDFObjectEnumProc enumProc)
Enumerates all the indirect objects of this document.
|
boolean |
PDFObject.enumPDFObjects(PDFObjectEnumProc enumProc)
Enumerates the elements of a PDFObject by calling a user-supplied procedure for each component of the object.
|