Uses of Class
com.itextpdf.kernel.pdf.PdfIndirectReference
Packages that use PdfIndirectReference
Package
Description
-
Uses of PdfIndirectReference in com.itextpdf.forms.xfdf
Methods in com.itextpdf.forms.xfdf that return PdfIndirectReferenceModifier and TypeMethodDescriptionAnnotObject.getRef()
Gets the reference to the sourcePdfAnnotation
.Methods in com.itextpdf.forms.xfdf with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionAnnotObject.setRef
(PdfIndirectReference ref) Sets the reference to the sourcePdfAnnotation
. -
Uses of PdfIndirectReference in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfIndirectReferenceModifier and TypeFieldDescriptionprotected PdfIndirectReference
PdfObject.indirectReference
If object is flushed the indirect reference is kept here.Methods in com.itextpdf.kernel.pdf that return PdfIndirectReferenceModifier and TypeMethodDescriptionPdfXrefTable.add
(PdfIndirectReference reference) Adds indirect reference to list of indirect objects.PdfDocument.createNextIndirectReference()
Creates next available indirect reference.protected PdfIndirectReference
PdfXrefTable.createNextIndirectReference
(PdfDocument document) Creates next available indirect reference.PdfXrefTable.get
(int index) Get appropriate reference to indirect object.PdfObject.getIndirectReference()
Gets the indirect reference associated with the object.Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfIndirectReferenceModifier and TypeMethodDescriptionPdfDocument.listIndirectReferences()
Gets static copy of cross reference table.Methods in com.itextpdf.kernel.pdf with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionPdfXrefTable.add
(PdfIndirectReference reference) Adds indirect reference to list of indirect objects.int
PdfIndirectReference.compareTo
(PdfIndirectReference o) protected void
PdfXrefTable.freeReference
(PdfIndirectReference reference) Set the reference to free state.PdfObject.makeIndirect
(PdfDocument document, PdfIndirectReference reference) Marks object to be saved as indirect.PdfObjectWrapper.makeIndirect
(PdfDocument document, PdfIndirectReference reference) Marks object behind wrapper to be saved as indirect.PdfPrimitiveObject.makeIndirect
(PdfDocument document, PdfIndirectReference reference) protected PdfObject
PdfReader.readObject
(PdfIndirectReference reference) protected PdfObject
PdfObject.setIndirectReference
(PdfIndirectReference indirectReference) PdfPrimitiveObject.setIndirectReference
(PdfIndirectReference indirectReference) Method parameters in com.itextpdf.kernel.pdf with type arguments of type PdfIndirectReferenceModifier and TypeMethodDescriptionprotected void
PdfWriter.flushModifiedWaitingObjects
(Set<PdfIndirectReference> forbiddenToFlush) Flushes all modified objects which have not been flushed yet.protected void
PdfWriter.flushWaitingObjects
(Set<PdfIndirectReference> forbiddenToFlush) Flushes all objects which have not been flushed yet. -
Uses of PdfIndirectReference in com.itextpdf.kernel.pdf.layer
Methods in com.itextpdf.kernel.pdf.layer that return PdfIndirectReferenceModifier and TypeMethodDescriptionIPdfOCG.getIndirectReference()
Gets thePdfIndirectReference
that represents this layer.PdfLayer.getIndirectReference()
Gets the indirect reference to the current layer object.PdfLayerMembership.getIndirectReference()
-
Uses of PdfIndirectReference in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging that return PdfIndirectReference -
Uses of PdfIndirectReference in com.itextpdf.kernel.utils.objectpathitems
Methods in com.itextpdf.kernel.utils.objectpathitems that return PdfIndirectReferenceModifier and TypeMethodDescriptionObjectPath.getBaseCmpObject()
Method returns current basePdfIndirectReference
object in the cmp document.ObjectPath.getBaseOutObject()
Method returns current basePdfIndirectReference
object in the out document.IndirectPathItem.getCmpObject()
Method returns aIndirectPathItem
object from the cmp object that was met to get to the path base objects during comparing process.IndirectPathItem.getOutObject()
Method returns aIndirectPathItem
object that was met to get to the path base objects during comparing process.Methods in com.itextpdf.kernel.utils.objectpathitems with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionboolean
ObjectPath.isComparing
(PdfIndirectReference cmpObject, PdfIndirectReference outObject) This method is used to define if given objects were already met in the path to the current base objects.ObjectPath.resetDirectPath
(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject) Creates a new ObjectPath instance with two new given base objects, which are supposed to be nested in the base objects of the current instance of the ObjectPath.Constructors in com.itextpdf.kernel.utils.objectpathitems with parameters of type PdfIndirectReferenceModifierConstructorDescriptionIndirectPathItem
(PdfIndirectReference cmpObject, PdfIndirectReference outObject) CreatesIndirectPathItem
instance for two corresponding objects from two comparing documents.ObjectPath
(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject) Creates CompareObjectPath with corresponding base objects in two documents.ObjectPath
(PdfIndirectReference baseCmpObject, PdfIndirectReference baseOutObject, Stack<LocalPathItem> path, Stack<IndirectPathItem> indirects)