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) Deprecated.Reuses an existing image. -
Uses of PRIndirectReference in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PRIndirectReferenceModifier and TypeFieldDescriptionprivate PRIndirectReferencePdfReader.cryptoRefDeprecated.private PRIndirectReferencePushbuttonField.iconReferenceDeprecated.Holds value of property iconReference.protected PRIndirectReferencePdfObject.indRefDeprecated.Holds the indirect reference.(package private) PRIndirectReferencePRAcroForm.FieldInformation.refprivate PRIndirectReferenceDocumentFont.refFontDeprecated.Methods in com.lowagie.text.pdf that return PRIndirectReferenceModifier and TypeMethodDescriptionPdfReader.addPdfObject(PdfObject obj) Deprecated.PushbuttonField.getIconReference()Deprecated.Gets the reference to an existing icon.PdfObject.getIndRef()Deprecated.Get the indirect referencePdfReader.getPageOrigRef(int pageNum) Deprecated.Gets the page reference to this page.PdfReader.PageRefs.getPageOrigRef(int pageNum) Gets the page reference to this page.PdfReader.PageRefs.getPageOrigRefRelease(int pageNum) Releases the page reference to this page.PRAcroForm.FieldInformation.getRef()PRAcroForm.getRefByName(String name) Deprecated.Given the title (/T) of a reference, return the associated referenceprotected PRIndirectReferencePdfReader.PageRefs.getSinglePage(int n) Methods in com.lowagie.text.pdf with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionprivate static voidBaseFont.addFont(PRIndirectReference fontRef, IntHashtable hits, ArrayList<Object[]> fonts) Deprecated.private voidAcroFields.adjustFontEncoding(PdfDictionary dr, PRIndirectReference por) Deprecated.Set font encoding from DR-structure if font doesn't have this info itselfprotected PdfIndirectReferencePdfCopy.copyIndirect(PRIndirectReference in) Deprecated.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) Deprecated.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) Deprecated.Creates a font based on an existing document font.private static StringPdfCopyFieldsImp.getCOName(PRIndirectReference ref) Deprecated.protected PdfIndirectReferencePdfCopyFieldsImp.getNewReference(PRIndirectReference ref) Deprecated.(package private) voidPdfReader.PageRefs.insertPage(int pageNum, PRIndirectReference ref) protected booleanPdfCopyFieldsImp.isPage(PRIndirectReference ref) Deprecated.Checks if a reference refers to a page object.protected booleanPdfCopyFieldsImp.isVisited(PRIndirectReference ref) Deprecated.Checks if a reference has already been "visited" in the copy process.protected voidPRAcroForm.iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, String title) Deprecated.After reading, we index all of the fields.private voidPdfReader.PageRefs.iteratePages(PRIndirectReference rpage) private voidPdfStamperImp.outlineTravel(PRIndirectReference outline) Deprecated.voidPushbuttonField.setIconReference(PRIndirectReference iconReference) Deprecated.Sets the reference to an existing icon.voidPdfObject.setIndRef(PRIndirectReference indRef) Deprecated.Set the indirect referenceprotected booleanPdfCopyFieldsImp.setVisited(PRIndirectReference ref) Deprecated.Sets a reference to "visited" in the copy process.Constructors in com.lowagie.text.pdf with parameters of type PRIndirectReferenceModifierConstructorDescriptionCMapAwareDocumentFont(PRIndirectReference refFont) Deprecated.Creates an instance of a CMapAwareFont based on an indirect reference to a font.(package private)DocumentFont(PRIndirectReference refFont) Deprecated.Creates a new instance of DocumentFont(package private)FieldInformation(String name, PdfDictionary info, PRIndirectReference ref) (package private)