Uses of Class
com.aowagie.text.pdf.PRIndirectReference
-
Packages that use PRIndirectReference Package Description com.aowagie.text.pdf -
-
Uses of PRIndirectReference in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PRIndirectReference Modifier and Type Field Description private PRIndirectReferencePdfReader. cryptoRefprivate PRIndirectReferencePushbuttonField. iconReferenceHolds value of property iconReference.private PRIndirectReferencePdfObject. indRefHolds the indirect reference.private PRIndirectReferencePRAcroForm.FieldInformation. refprivate PRIndirectReferenceDocumentFont. refFontMethods in com.aowagie.text.pdf that return PRIndirectReference Modifier and Type Method Description PRIndirectReferencePdfReader. addPdfObject(PdfObject obj)PRIndirectReferencePushbuttonField. getIconReference()Gets the reference to an existing icon.PRIndirectReferencePdfObject. getIndRef()Get the indirect referencePRIndirectReferencePdfReader. getPageOrigRef(int pageNum)Gets the page reference to this page.PRIndirectReferencePdfReader.PageRefs. getPageOrigRef(int pageNum)Gets the page reference to this page.PRIndirectReferencePRAcroForm.FieldInformation. getRef()private PRIndirectReferencePdfReader.PageRefs. getSinglePage(int n)Methods in com.aowagie.text.pdf with parameters of type PRIndirectReference Modifier and Type Method Description private static voidBaseFont. addFont(PRIndirectReference fontRef, IntHashtable hits, java.util.ArrayList fonts)private 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.private static java.lang.StringPdfCopyFieldsImp. getCOName(PdfReader reader, PRIndirectReference ref)private PdfIndirectReferencePdfCopyFieldsImp. getNewReference(PRIndirectReference ref)(package private) voidPdfReader.PageRefs. insertPage(int pageNum, PRIndirectReference ref)private booleanPdfCopyFieldsImp. isPage(PRIndirectReference ref)Checks if a reference refers to a page object.private booleanPdfCopyFieldsImp. isVisited(PRIndirectReference ref)Checks if a reference has already been "visited" in the copy process.private voidPRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String title)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 referenceprivate booleanPdfCopyFieldsImp. setVisited(PRIndirectReference ref)Sets a reference to "visited" in the copy process.Constructors in com.aowagie.text.pdf with parameters of type PRIndirectReference Constructor Description CMapAwareDocumentFont(PRIndirectReference refFont)Creates an instance of a CMapAwareFont based on an indirect reference to a font.DocumentFont(PRIndirectReference refFont)Creates a new instance of DocumentFontFieldInformation(java.lang.String name, PdfDictionary info, PRIndirectReference ref)RefKey(PRIndirectReference ref)
-