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.indirectObjectsprivate HashMap<Integer, PdfIndirectObject> PdfCopy.mergedMapprivate HashSet<PdfIndirectObject> PdfCopy.mergedSetprotected ArrayList<PdfIndirectObject> PdfCopy.savedObjectsprivate HashMap<RefKey, PdfIndirectObject> PdfCopy.unmergedIndirectRefsMapprivate HashMap<Integer, PdfIndirectObject> PdfCopy.unmergedMapMethods in com.itextpdf.text.pdf that return PdfIndirectObjectModifier and TypeMethodDescription(package private) PdfIndirectObjectAdds aPdfObjectto the body.(package private) PdfIndirectObject(package private) PdfIndirectObjectprotected PdfIndirectObject(package private) PdfIndirectObjectPdfWriter.PdfBody.add(PdfObject object, PdfIndirectReference ref) Adds aPdfObjectto the body given an already existing PdfIndirectReference.(package private) PdfIndirectObjectPdfWriter.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 voidPdfACopy.cacheObject(PdfIndirectObject iobj) protected voidPdfAStamperImp.cacheObject(PdfIndirectObject iobj) protected voidPdfAWriter.cacheObject(PdfIndirectObject iobj) protected voidPdfCopy.cacheObject(PdfIndirectObject iobj) protected voidPdfWriter.cacheObject(PdfIndirectObject iobj) Use this method for caching objects.protected voidPdfWriter.PdfBody.write(PdfIndirectObject indirect, int refNumber) protected voidPdfWriter.PdfBody.write(PdfIndirectObject indirect, int refNumber, int generation) private voidPdfCopy.writeObjectToBody(PdfIndirectObject object)