public interface IAction
PdfDocument
structure.
Modifier and Type | Method and Description |
---|---|
void |
processIndirectObjectDefinition(com.itextpdf.kernel.pdf.PdfObject object)
Performs a required action with each definition of indirect PdfObject of the document.
|
com.itextpdf.kernel.pdf.PdfObject |
processObject(com.itextpdf.kernel.pdf.PdfObject object)
Performs a required action with the each PdfObject of the document.
|
void processIndirectObjectDefinition(com.itextpdf.kernel.pdf.PdfObject object)
PdfObject
of the document. Note that every indirect object will also be independently processed by processObject(PdfObject)
method once per every indirect reference to the object in the document.
object
- is an indirect object definition to process
com.itextpdf.kernel.pdf.PdfObject processObject(com.itextpdf.kernel.pdf.PdfObject object)
PdfObject
of the document. It works with both directs and indirect objects witch have a parent object. Currently it doesn't deal with keys of dictionaries.
object
- is a current PdfObject
Copyright © 1998–2022 iText Group NV. All rights reserved.