Uses of Class
com.lowagie.text.pdf.PRIndirectReference
Packages that use PRIndirectReference
-
Uses of PRIndirectReference in com.lowagie.text
Methods in com.lowagie.text with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionstatic ImageImage.getInstance(PRIndirectReference ref) Reuses an existing image. -
Uses of PRIndirectReference in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PRIndirectReferenceModifier and TypeFieldDescriptionprotected PRIndirectReferencePdfObject.indRefHolds the indirect reference.Methods in com.lowagie.text.pdf that return PRIndirectReferenceModifier and TypeMethodDescriptionPdfReader.addPdfObject(PdfObject obj) PushbuttonField.getIconReference()Gets the reference to an existing icon.PdfObject.getIndRef()Get the indirect referencePdfReader.getPageOrigRef(int pageNum) Gets the page reference to this page.PRAcroForm.FieldInformation.getRef()PRAcroForm.getRefByName(String name) Given the title (/T) of a reference, return the associated referenceMethods in com.lowagie.text.pdf with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionprotected 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, 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.lowagie.text.pdf with parameters of type PRIndirectReferenceModifierConstructorDescriptionCMapAwareDocumentFont(PRIndirectReference refFont) Creates an instance of a CMapAwareFont based on an indirect reference to a font.