Uses of Class
com.itextpdf.kernel.pdf.PdfIndirectReference
Package
Description
-
Uses of PdfIndirectReference in com.itextpdf.forms.xfdf
Modifier and TypeMethodDescriptionAnnotObject.getRef()
Gets the reference to the sourcePdfAnnotation
.Modifier and TypeMethodDescriptionAnnotObject.setRef
(PdfIndirectReference ref) Sets the reference to the sourcePdfAnnotation
. -
Uses of PdfIndirectReference in com.itextpdf.kernel.pdf
Modifier and TypeFieldDescriptionprotected PdfIndirectReference
PdfObject.indirectReference
If object is flushed the indirect reference is kept here.Modifier 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.Modifier and TypeMethodDescriptionPdfDocument.listIndirectReferences()
Gets static copy of cross reference table.Modifier 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) Modifier 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
Modifier 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
-
Uses of PdfIndirectReference in com.itextpdf.kernel.utils.objectpathitems
Modifier 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.Modifier 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.ModifierConstructorDescriptionIndirectPathItem
(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)