Uses of Class
com.lowagie.text.pdf.PRIndirectReference
-
Packages that use PRIndirectReference Package Description com.lowagie.text com.lowagie.text.pdf -
-
Uses of PRIndirectReference in com.lowagie.text
Methods in com.lowagie.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.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PRIndirectReference Modifier and Type Field Description protected PRIndirectReference
PdfObject. indRef
Holds the indirect reference.Methods in com.lowagie.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
PRAcroForm.FieldInformation. getRef()
PRIndirectReference
PRAcroForm. getRefByName(String name)
Given the title (/T) of a reference, return the associated referenceMethods in com.lowagie.text.pdf with parameters of type PRIndirectReference Modifier and Type Method Description 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
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.protected void
PRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, String title)
After reading, we index all of the fields.void
PushbuttonField. setIconReference(PRIndirectReference iconReference)
Sets the reference to an existing icon.void
PdfObject. setIndRef(PRIndirectReference indRef)
Set the indirect referenceConstructors in com.lowagie.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.
-