Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfIndirectReference
-
Packages that use PdfIndirectReference Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfIndirectReference in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfIndirectReference in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description classPRIndirectReferenceFields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfIndirectReference Modifier and Type Field Description protected PdfIndirectReferencePdfCopy. m_new_bookmarksprotected PdfIndirectReferencePdfCopy. m_new_extensionsprotected PdfIndirectReferencePdfShadingPattern. patternReferenceprotected PdfIndirectReferencePdfFileSpecification. refprotected PdfIndirectReferencePdfLayer. refprotected PdfIndirectReferencePdfStream. refprotected PdfIndirectReferencePdfAnnotation. referenceprotected PdfIndirectReferencePdfFunction. referenceprotected PdfIndirectReferencePdfShading. shadingReferenceprotected PdfIndirectReferencePdfTemplate. thisReferenceThe indirect reference to this templateprotected PdfIndirectReferencePdfCopy. topPageParentMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfIndirectReference Modifier and Type Method Description PdfIndirectReferencePdfCopy. add(PdfOutline outline)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.PdfIndirectReferencePdfArray. getAsIndirectObject(int idx)Returns aPdfObjectas aPdfIndirectReference.PdfIndirectReferencePdfDictionary. getAsIndirectObject(PdfName key)Returns aPdfObjectas aPdfIndirectReference.PdfIndirectReferencePdfIndirectObject. getIndirectReference()Returns aPdfIndirectReferenceto thisPdfIndirectObject.PdfIndirectReferencePdfCopy. getPageReference(int page)PdfIndirectReferencePdfStamperImp. getPageReference(int page)PdfIndirectReferencePdfWriter. getPageReference(int page)Gets a reference to a page existing or not.PdfIndirectReferencePdfCopy. getParent(PdfDictionary annot)PdfIndirectReferencePdfWriter. getPdfIndirectReference()Gets aPdfIndirectReferencefor an object that will be created in the future.PdfIndirectReferencePdfLayer. getRef()Gets thePdfIndirectReferencethat represents this layer.PdfIndirectReferencePdfLayerMembership. getRef()Gets thePdfIndirectReferencethat represents this membership layer.PdfIndirectReferencePdfOCG. getRef()Gets thePdfIndirectReferencethat represents this layer.PdfIndirectReferencePdfFileSpecification. getReference()Gets the indirect reference to this file specification.PdfIndirectReferencePdfStructureElement. getReference()Gets the reference this object will be written to.PdfIndirectReferencePdfStructureTreeRoot. getReference()Gets the reference this object will be written to.PdfIndirectReferenceAcroFields.Item. getWidgetRef(int idx)Retrieve the reference to the given instancePdfIndirectReferencePdfOutline. indirectReference()Gets the indirect reference of thisPdfOutline.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfIndirectReference Modifier and Type Method Description booleanPdfDestination. addPage(PdfIndirectReference page)Adds the indirect reference of the destination page.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref)Adds an object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)Adds an object to the PDF body.protected PdfDictionaryPdfCopy. getCatalog(PdfIndirectReference rootObj)Copy the acroform for an input document.protected PdfDictionaryPdfWriter. getCatalog(PdfIndirectReference rootObj)static Object[]SimpleBookmark. iterateOutlines(PdfWriter writer, PdfIndirectReference parent, List kids, boolean namedAsNames)static PdfActionPdfAction. rendition(String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference ref)Creates a Rendition actionbooleanPdfOutline. setDestinationPage(PdfIndirectReference pageReference)Set the page of thePdfDestination-object.voidPdfCopy. setExtensions(PdfIndirectReference extensions)voidPdfOutline. setIndirectReference(PdfIndirectReference reference)Sets the indirect reference of thisPdfOutline.voidPdfCopy. setOutlines(PdfIndirectReference outlines)Sets the bookmarks.
-