Uses of Class
com.itextpdf.text.pdf.PRIndirectReference
Packages that use PRIndirectReference
-
Uses of PRIndirectReference in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionstatic ImageImage.getInstance(PRIndirectReference ref) Reuses an existing image. -
Uses of PRIndirectReference in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PRIndirectReferenceModifier and TypeFieldDescriptionprivate PRIndirectReferencePdfReader.cryptoRefprivate PRIndirectReferencePushbuttonField.iconReferenceHolds value of property iconReference.protected PRIndirectReferencePdfObject.indRefHolds the indirect reference.(package private) PRIndirectReferencePRAcroForm.FieldInformation.refprivate PRIndirectReferenceDocumentFont.refFontprotected PRIndirectReferencePdfCopy.structTreeRootReferenceFields in com.itextpdf.text.pdf with type parameters of type PRIndirectReferenceModifier and TypeFieldDescriptionprivate ArrayList<PRIndirectReference> PdfReader.PageRefs.refsnArrayList with the indirect references to every page.Methods in com.itextpdf.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.PdfReader.PageRefs.getPageOrigRef(int pageNum) Gets the page reference to this page.PdfReader.PageRefs.getPageOrigRefRelease(int pageNum) PRAcroForm.FieldInformation.getRef()PRAcroForm.getRefByName(String name) Given the title (/T) of a reference, return the associated referenceprotected PRIndirectReferencePdfReader.PageRefs.getSinglePage(int n) Methods in com.itextpdf.text.pdf with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionprivate static voidBaseFont.addFont(PRIndirectReference fontRef, IntHashtable hits, ArrayList<Object[]> fonts) protected PdfIndirectReferencePdfASmartCopy.copyIndirect(PRIndirectReference in) 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 PdfIndirectReferencePdfCopy.copyIndirect(PRIndirectReference in, boolean keepStructure, boolean directRootKids) 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.private static StringPdfCopy.getCOName(PdfReader reader, PRIndirectReference ref) private static StringPdfCopyFieldsImp.getCOName(PdfReader reader, 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 parentPath) After reading, we index all of the fields.private voidPdfReader.PageRefs.iteratePages(PRIndirectReference rpage) private voidPdfStamperImp.outlineTravel(PRIndirectReference outline) voidPushbuttonField.setIconReference(PRIndirectReference iconReference) Sets the reference to an existing icon.voidPdfObject.setIndRef(PRIndirectReference indRef) Set the indirect referenceprotected booleanPdfCopyFieldsImp.setVisited(PRIndirectReference ref) Deprecated.Sets a reference to "visited" in the copy process.Constructors in com.itextpdf.text.pdf with parameters of type PRIndirectReferenceModifierConstructorDescriptionCMapAwareDocumentFont(PRIndirectReference refFont) Creates an instance of a CMapAwareFont based on an indirect reference to a font.(package private)DocumentFont(PRIndirectReference refFont) Creates a new instance of DocumentFont(package private)DocumentFont(PRIndirectReference refFont, PdfDictionary drEncoding) Creates a new instance of DocumentFont(package private)FieldInformation(String fieldName, PdfDictionary info, PRIndirectReference ref) (package private) -
Uses of PRIndirectReference in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionprivate CMapAwareDocumentFontPdfContentStreamProcessor.getFont(PRIndirectReference ind) Gets the font pointed to by the indirect reference.