Uses of Class
com.itextpdf.text.pdf.PdfIndirectObject
Packages that use PdfIndirectObject
-
Uses of PdfIndirectObject in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfIndirectObjectModifier and TypeFieldDescriptionprotected LinkedHashMap
<RefKey, PdfIndirectObject> PdfCopy.indirectObjects
private HashMap
<Integer, PdfIndirectObject> PdfCopy.mergedMap
private HashSet
<PdfIndirectObject> PdfCopy.mergedSet
protected ArrayList
<PdfIndirectObject> PdfCopy.savedObjects
private HashMap
<RefKey, PdfIndirectObject> PdfCopy.unmergedIndirectRefsMap
private HashMap
<Integer, PdfIndirectObject> PdfCopy.unmergedMap
Methods in com.itextpdf.text.pdf that return PdfIndirectObjectModifier and TypeMethodDescription(package private) PdfIndirectObject
Adds aPdfObject
to the body.(package private) PdfIndirectObject
(package private) PdfIndirectObject
protected PdfIndirectObject
(package private) PdfIndirectObject
PdfWriter.PdfBody.add
(PdfObject object, PdfIndirectReference ref) Adds aPdfObject
to the body given an already existing PdfIndirectReference.(package private) PdfIndirectObject
PdfWriter.PdfBody.add
(PdfObject object, PdfIndirectReference ref, boolean inObjStm) PdfCopy.addToBody
(PdfObject object, PdfIndirectReference ref) PdfCopy.addToBody
(PdfObject object, PdfIndirectReference ref, boolean formBranching) Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.PdfWriter.addToBody
(PdfObject object, PdfIndirectReference ref) Use this method to add a PDF object to the PDF body.PdfWriter.addToBody
(PdfObject object, PdfIndirectReference ref, boolean inObjStm) Use this method to add a PDF object to the PDF body.Methods in com.itextpdf.text.pdf with parameters of type PdfIndirectObjectModifier and TypeMethodDescriptionprotected void
PdfACopy.cacheObject
(PdfIndirectObject iobj) protected void
PdfAStamperImp.cacheObject
(PdfIndirectObject iobj) protected void
PdfAWriter.cacheObject
(PdfIndirectObject iobj) protected void
PdfCopy.cacheObject
(PdfIndirectObject iobj) protected void
PdfWriter.cacheObject
(PdfIndirectObject iobj) Use this method for caching objects.protected void
PdfWriter.PdfBody.write
(PdfIndirectObject indirect, int refNumber) protected void
PdfWriter.PdfBody.write
(PdfIndirectObject indirect, int refNumber, int generation) private void
PdfCopy.writeObjectToBody
(PdfIndirectObject object)