Uses of Class
com.itextpdf.text.pdf.PRIndirectReference
-
Packages that use PRIndirectReference Package Description com.itextpdf.text com.itextpdf.text.pdf -
-
Uses of PRIndirectReference in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PRIndirectReference Modifier and Type Method Description static ImageImage. getInstance(PRIndirectReference ref)Reuses an existing image. -
Uses of PRIndirectReference in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PRIndirectReference Modifier and Type Field Description protected PRIndirectReferencePdfObject. indRefHolds the indirect reference.Methods in com.itextpdf.text.pdf that return PRIndirectReference Modifier and Type Method Description PRIndirectReferencePdfReader. addPdfObject(PdfObject obj)PRIndirectReferencePushbuttonField. getIconReference()Gets the reference to an existing icon.PRIndirectReferencePdfObject. getIndRef()Get the indirect referencePRIndirectReferencePdfReader. getPageOrigRef(int pageNum)Gets the page reference to this page.PRIndirectReferencePRAcroForm.FieldInformation. getRef()PRIndirectReferencePRAcroForm. getRefByName(java.lang.String name)Given the title (/T) of a reference, return the associated referenceMethods in com.itextpdf.text.pdf with parameters of type PRIndirectReference Modifier and Type Method Description protected PdfIndirectReferencePdfCopy. copyIndirect(PRIndirectReference in)Translate a PRIndirectReference to a PdfIndirectReference In addition, translates the object numbers, and copies the referenced object to the output file.protected PdfIndirectReferencePdfSmartCopy. 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.static BaseFontBaseFont. createFont(PRIndirectReference fontRef)Creates a font based on an existing document font.protected voidPRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String title)After reading, we index all of the fields.voidPushbuttonField. setIconReference(PRIndirectReference iconReference)Sets the reference to an existing icon.voidPdfObject. setIndRef(PRIndirectReference indRef)Set the indirect referenceConstructors in com.itextpdf.text.pdf with parameters of type PRIndirectReference Constructor Description CMapAwareDocumentFont(PRIndirectReference refFont)Creates an instance of a CMapAwareFont based on an indirect reference to a font.
-