Uses of Class
com.itextpdf.text.pdf.PdfIndirectObject

Packages that use PdfIndirectObject
com.itextpdf.text.pdf   
 

Uses of PdfIndirectObject in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfIndirectObject
protected  HashMap<PdfCopy.RefKey,PdfIndirectObject> PdfCopy.indirectObjects
           
protected  ArrayList<PdfIndirectObject> PdfCopy.savedObjects
           
 

Methods in com.itextpdf.text.pdf that return PdfIndirectObject
protected  PdfIndirectObject PdfWriter.PdfBody.add(PdfObject object, int refNumber, int generation, boolean inObjStm)
           
 PdfIndirectObject PdfWriter.addToBody(PdfObject object)
          Use this method to add a PDF object to the PDF body.
 PdfIndirectObject PdfCopy.addToBody(PdfObject object)
           
 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 PdfCopy.addToBody(PdfObject object, PdfIndirectReference ref)
           
 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
protected  void PdfWriter.PdfBody.write(PdfIndirectObject indirect, int refNumber)
           
protected  void PdfWriter.PdfBody.write(PdfIndirectObject indirect, int refNumber, int generation)
           
 



Copyright © 2013. All Rights Reserved.