Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PRIndirectReference
Packages that use PRIndirectReference
-
Uses of PRIndirectReference in com.gitlab.pdftk_java
Methods in com.gitlab.pdftk_java with parameters of type PRIndirectReferenceModifier and TypeMethodDescription(package private) static intbookmarks.BuildBookmarks(PdfReader reader_p, ListIterator<PdfBookmark> it, PdfDictionary parent_p, PRIndirectReference parent_ref_p, int parent_level, boolean utf8_b) -
Uses of PRIndirectReference in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PRIndirectReferenceModifier and TypeFieldDescriptionprivate PRIndirectReferencePdfReader.cryptoRefprotected PRIndirectReferencePdfObject.indRefHolds value of property indRef.(package private) PRIndirectReferencePRAcroForm.FieldInformation.ref(package private) PRIndirectReferenceDocumentFont.refFontMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PRIndirectReferenceModifier and TypeMethodDescriptionPdfReader.addPdfObject(PdfObject obj) PdfObject.getIndRef()Getter for property indRef.PdfReader.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) PdfReader.getPRIndirectReference(PdfObject obj) 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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionprivate static voidBaseFont.addFont(PRIndirectReference fontRef, IntHashtable hits, ArrayList fonts) 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 BaseFontBaseFont.createFont(PRIndirectReference fontRef) Creates a font based on an existing document font.protected PdfIndirectReferencePdfCopyFieldsImp.getNewReference(PRIndirectReference ref) (package private) voidPdfReader.PageRefs.insertPage(int pageNum, PRIndirectReference ref) protected booleanPdfCopyFieldsImp.isPage(PRIndirectReference ref) protected booleanPdfCopyFieldsImp.isVisited(PRIndirectReference ref) protected voidPRAcroForm.iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, String title) After reading, we index all of the fields.private voidPdfReader.PageRefs.iteratePages(PRIndirectReference rpage) private voidPdfStamperImp.outlineTravel(PRIndirectReference outline) voidPdfObject.setIndRef(PRIndirectReference indRef) Setter for property indRef.protected booleanPdfCopyFieldsImp.setVisited(PRIndirectReference ref) Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PRIndirectReferenceModifierConstructorDescription(package private)DocumentFont(PRIndirectReference refFont) Creates a new instance of DocumentFont(package private)FieldInformation(String name, PdfDictionary info, PRIndirectReference ref) (package private)