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

Packages that use PRIndirectReference
com.itextpdf.text   
com.itextpdf.text.pdf   
com.itextpdf.text.pdf.parser   
 

Uses of PRIndirectReference in com.itextpdf.text
 

Methods in com.itextpdf.text with parameters of type PRIndirectReference
static Image Image.getInstance(PRIndirectReference ref)
          Reuses an existing image.
 

Uses of PRIndirectReference in com.itextpdf.text.pdf
 

Fields in com.itextpdf.text.pdf declared as PRIndirectReference
protected  PRIndirectReference PdfObject.indRef
          Holds the indirect reference.
 

Methods in com.itextpdf.text.pdf that return PRIndirectReference
 PRIndirectReference PdfReader.addPdfObject(PdfObject obj)
           
 PRIndirectReference PushbuttonField.getIconReference()
          Gets the reference to an existing icon.
 PRIndirectReference PdfObject.getIndRef()
          Get the indirect reference
 PRIndirectReference PdfReader.getPageOrigRef(int pageNum)
          Gets the page reference to this page.
 PRIndirectReference PRAcroForm.FieldInformation.getRef()
           
 PRIndirectReference PRAcroForm.getRefByName(String name)
          Given the title (/T) of a reference, return the associated reference
 

Methods in com.itextpdf.text.pdf with parameters of type PRIndirectReference
protected  PdfIndirectReference PdfSmartCopy.copyIndirect(PRIndirectReference in)
          Translate a PRIndirectReference to a PdfIndirectReference In addition, translates the object numbers, and copies the referenced object to the output file if it wasn't available in the cache yet.
protected  PdfIndirectReference PdfCopy.copyIndirect(PRIndirectReference in)
          Translate a PRIndirectReference to a PdfIndirectReference In addition, translates the object numbers, and copies the referenced object to the output file.
static BaseFont BaseFont.createFont(PRIndirectReference fontRef)
          Creates a font based on an existing document font.
protected  void PRAcroForm.iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, String title)
          After reading, we index all of the fields.
 void PushbuttonField.setIconReference(PRIndirectReference iconReference)
          Sets the reference to an existing icon.
 void PdfObject.setIndRef(PRIndirectReference indRef)
          Set the indirect reference
 

Constructors in com.itextpdf.text.pdf with parameters of type PRIndirectReference
CMapAwareDocumentFont(PRIndirectReference refFont)
          Creates an instance of a CMapAwareFont based on an indirect reference to a font.
 

Uses of PRIndirectReference in com.itextpdf.text.pdf.parser
 

Methods in com.itextpdf.text.pdf.parser with parameters of type PRIndirectReference
 CMapAwareDocumentFont PdfContentStreamProcessor.getFont(PRIndirectReference ind)
          Gets the font pointed to by the indirect reference.
 



Copyright © 2011. All Rights Reserved.