Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PRIndirectReference
-
Packages that use PRIndirectReference Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PRIndirectReference in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PRIndirectReference Modifier and Type Field Description protected PRIndirectReferencePdfObject. indRefHolds value of property indRef.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PRIndirectReference Modifier and Type Method Description PRIndirectReferencePdfReader. addPdfObject(PdfObject obj)PRIndirectReferencePdfObject. getIndRef()Getter for property indRef.PRIndirectReferencePdfReader. getPageOrigRef(int pageNum)Gets the page reference to this page.PRIndirectReferencePdfReader. getPRIndirectReference(PdfObject obj)PRIndirectReferencePRAcroForm.FieldInformation. getRef()PRIndirectReferencePRAcroForm. getRefByName(String name)Given the title (/T) of a reference, return the associated referenceMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PRIndirectReference Modifier and Type Method Description 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.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.voidPdfObject. setIndRef(PRIndirectReference indRef)Setter for property indRef.
-