Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PRIndirectReference
-
Packages that use PRIndirectReference Package Description com.gitlab.pdftk_java com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PRIndirectReference in com.gitlab.pdftk_java
Methods in com.gitlab.pdftk_java with parameters of type PRIndirectReference Modifier and Type Method Description (package private) static int
bookmarks. BuildBookmarks(PdfReader reader_p, java.util.ListIterator<PdfBookmark> it, PdfDictionary parent_p, PRIndirectReference parent_ref_p, int parent_level, boolean utf8_b)
-
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 private PRIndirectReference
PdfReader. cryptoRef
protected PRIndirectReference
PdfObject. indRef
Holds value of property indRef.(package private) PRIndirectReference
PRAcroForm.FieldInformation. ref
(package private) PRIndirectReference
DocumentFont. refFont
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PRIndirectReference Modifier and Type Method Description PRIndirectReference
PdfReader. addPdfObject(PdfObject obj)
PRIndirectReference
PdfObject. getIndRef()
Getter for property indRef.PRIndirectReference
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
PdfReader. getPRIndirectReference(PdfObject obj)
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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PRIndirectReference Modifier and Type Method Description private static void
BaseFont. addFont(PRIndirectReference fontRef, IntHashtable hits, java.util.ArrayList fonts)
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.protected PdfIndirectReference
PdfCopyFieldsImp. getNewReference(PRIndirectReference ref)
(package private) void
PdfReader.PageRefs. insertPage(int pageNum, PRIndirectReference ref)
protected boolean
PdfCopyFieldsImp. isPage(PRIndirectReference ref)
protected boolean
PdfCopyFieldsImp. isVisited(PRIndirectReference ref)
protected void
PRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String title)
After reading, we index all of the fields.private void
PdfReader.PageRefs. iteratePages(PRIndirectReference rpage)
private void
PdfStamperImp. outlineTravel(PRIndirectReference outline)
void
PdfObject. setIndRef(PRIndirectReference indRef)
Setter for property indRef.protected boolean
PdfCopyFieldsImp. setVisited(PRIndirectReference ref)
Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PRIndirectReference Constructor Description DocumentFont(PRIndirectReference refFont)
Creates a new instance of DocumentFontFieldInformation(java.lang.String name, PdfDictionary info, PRIndirectReference ref)
RefKey(PRIndirectReference ref)
-