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.indirectObjectsprotected ArrayList<PdfIndirectObject> PdfCopy.savedObjectsMethods in com.itextpdf.text.pdf that return PdfIndirectObjectModifier and TypeMethodDescriptionprotected PdfIndirectObjectPdfCopy.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)