Uses of Class
com.itextpdf.text.pdf.PRIndirectReference
-
Packages that use PRIndirectReference Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.parser -
-
Uses of PRIndirectReference in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PRIndirectReference Modifier and Type Method Description static Image
Image. getInstance(PRIndirectReference ref)
Reuses an existing image. -
Uses of PRIndirectReference in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PRIndirectReference Modifier and Type Field Description private PRIndirectReference
PdfReader. cryptoRef
private PRIndirectReference
PushbuttonField. iconReference
Holds value of property iconReference.protected PRIndirectReference
PdfObject. indRef
Holds the indirect reference.(package private) PRIndirectReference
PRAcroForm.FieldInformation. ref
private PRIndirectReference
DocumentFont. refFont
protected PRIndirectReference
PdfCopy. structTreeRootReference
Fields in com.itextpdf.text.pdf with type parameters of type PRIndirectReference Modifier and Type Field Description private java.util.ArrayList<PRIndirectReference>
PdfReader.PageRefs. refsn
ArrayList with the indirect references to every page.Methods in com.itextpdf.text.pdf that return PRIndirectReference Modifier and Type Method Description PRIndirectReference
PdfReader. addPdfObject(PdfObject obj)
PRIndirectReference
PushbuttonField. getIconReference()
Gets the reference to an existing icon.PRIndirectReference
PdfObject. getIndRef()
Get the indirect referencePRIndirectReference
PdfReader. getPageOrigRef(int pageNum)
Gets the page reference to this page.PRIndirectReference
PdfReader.PageRefs. getPageOrigRef(int pageNum)
Gets the page reference to this page.PRIndirectReference
PdfReader.PageRefs. getPageOrigRefRelease(int pageNum)
PRIndirectReference
PRAcroForm.FieldInformation. getRef()
PRIndirectReference
PRAcroForm. getRefByName(java.lang.String name)
Given the title (/T) of a reference, return the associated referenceprotected PRIndirectReference
PdfReader.PageRefs. getSinglePage(int n)
Methods in com.itextpdf.text.pdf with parameters of type PRIndirectReference Modifier and Type Method Description private static void
BaseFont. addFont(PRIndirectReference fontRef, IntHashtable hits, java.util.ArrayList<java.lang.Object[]> fonts)
protected PdfIndirectReference
PdfASmartCopy. copyIndirect(PRIndirectReference in)
protected 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.protected PdfIndirectReference
PdfCopy. 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 PdfIndirectReference
PdfSmartCopy. 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 BaseFont
BaseFont. createFont(PRIndirectReference fontRef)
Creates a font based on an existing document font.private static java.lang.String
PdfCopy. getCOName(PdfReader reader, PRIndirectReference ref)
private static java.lang.String
PdfCopyFieldsImp. getCOName(PdfReader reader, PRIndirectReference ref)
Deprecated.protected PdfIndirectReference
PdfCopyFieldsImp. getNewReference(PRIndirectReference ref)
Deprecated.(package private) void
PdfReader.PageRefs. insertPage(int pageNum, PRIndirectReference ref)
protected boolean
PdfCopyFieldsImp. isPage(PRIndirectReference ref)
Deprecated.Checks if a reference refers to a page object.protected boolean
PdfCopyFieldsImp. isVisited(PRIndirectReference ref)
Deprecated.Checks if a reference has already been "visited" in the copy process.protected void
PRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String parentPath)
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 referenceprotected boolean
PdfCopyFieldsImp. setVisited(PRIndirectReference ref)
Deprecated.Sets a reference to "visited" in the copy process.Constructors in com.itextpdf.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 DocumentFontDocumentFont(PRIndirectReference refFont, PdfDictionary drEncoding)
Creates a new instance of DocumentFontFieldInformation(java.lang.String fieldName, PdfDictionary info, PRIndirectReference ref)
RefKey(PRIndirectReference ref)
-
Uses of PRIndirectReference in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PRIndirectReference Modifier and Type Method Description private CMapAwareDocumentFont
PdfContentStreamProcessor. getFont(PRIndirectReference ind)
Gets the font pointed to by the indirect reference.
-