Uses of Class
com.aowagie.text.pdf.PRIndirectReference
Packages that use PRIndirectReference
-
Uses of PRIndirectReference in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PRIndirectReferenceModifier and TypeFieldDescriptionprivate PRIndirectReference
PdfReader.cryptoRef
private PRIndirectReference
PushbuttonField.iconReference
Holds value of property iconReference.private PRIndirectReference
PdfObject.indRef
Holds the indirect reference.private final PRIndirectReference
PRAcroForm.FieldInformation.ref
private PRIndirectReference
DocumentFont.refFont
Methods in com.aowagie.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.PRAcroForm.FieldInformation.getRef()
private PRIndirectReference
PdfReader.PageRefs.getSinglePage
(int n) Methods in com.aowagie.text.pdf with parameters of type PRIndirectReferenceModifier and TypeMethodDescriptionprivate static void
BaseFont.addFont
(PRIndirectReference fontRef, IntHashtable hits, ArrayList fonts) private PdfIndirectReference
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 BaseFont
BaseFont.createFont
(PRIndirectReference fontRef) Creates a font based on an existing document font.private static String
PdfCopyFieldsImp.getCOName
(PdfReader reader, PRIndirectReference ref) private PdfIndirectReference
PdfCopyFieldsImp.getNewReference
(PRIndirectReference ref) (package private) void
PdfReader.PageRefs.insertPage
(int pageNum, PRIndirectReference ref) private boolean
PdfCopyFieldsImp.isPage
(PRIndirectReference ref) Checks if a reference refers to a page object.private boolean
PdfCopyFieldsImp.isVisited
(PRIndirectReference ref) Checks if a reference has already been "visited" in the copy process.private void
PRAcroForm.iterateFields
(PdfArray fieldlist, PRIndirectReference fieldDict, String title) After reading, we index all of the fields.private void
PdfReader.PageRefs.iteratePages
(PRIndirectReference rpage) private void
PdfStamperImp.outlineTravel
(PRIndirectReference outline) void
PushbuttonField.setIconReference
(PRIndirectReference iconReference) Sets the reference to an existing icon.void
PdfObject.setIndRef
(PRIndirectReference indRef) Set the indirect referenceprivate boolean
PdfCopyFieldsImp.setVisited
(PRIndirectReference ref) Sets a reference to "visited" in the copy process.Constructors in com.aowagie.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 DocumentFontprivate
FieldInformation
(String name, PdfDictionary info, PRIndirectReference ref) private