Uses of Class
com.itextpdf.text.pdf.PdfIndirectObject
-
Packages that use PdfIndirectObject Package Description com.itextpdf.text.pdf -
-
Uses of PdfIndirectObject in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfIndirectObject Modifier and Type Field Description protected java.util.LinkedHashMap<RefKey,PdfIndirectObject>
PdfCopy. indirectObjects
private java.util.HashMap<java.lang.Integer,PdfIndirectObject>
PdfCopy. mergedMap
private java.util.HashSet<PdfIndirectObject>
PdfCopy. mergedSet
protected java.util.ArrayList<PdfIndirectObject>
PdfCopy. savedObjects
private java.util.HashMap<RefKey,PdfIndirectObject>
PdfCopy. unmergedIndirectRefsMap
private java.util.HashMap<java.lang.Integer,PdfIndirectObject>
PdfCopy. unmergedMap
Methods in com.itextpdf.text.pdf that return PdfIndirectObject Modifier and Type Method Description (package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object)
Adds aPdfObject
to the body.(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, boolean inObjStm)
(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, int refNumber)
protected PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, int refNumber, int generation, boolean inObjStm)
(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)
PdfIndirectObject
PdfCopy. addToBody(PdfObject object, PdfIndirectReference ref)
PdfIndirectObject
PdfCopy. addToBody(PdfObject object, PdfIndirectReference ref, boolean formBranching)
PdfIndirectObject
PdfWriter. addToBody(PdfObject object)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, boolean inObjStm)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, int refNumber)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, int refNumber, boolean inObjStm)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, PdfIndirectReference ref)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
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 PdfIndirectObject Modifier and Type Method Description protected 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)
-