Uses of Class
com.itextpdf.text.pdf.PdfIndirectReference
-
Packages that use PdfIndirectReference Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.text.pdf.internal com.itextpdf.text.pdf.parser -
-
Uses of PdfIndirectReference in com.itextpdf.text
Methods in com.itextpdf.text that return PdfIndirectReference Modifier and Type Method Description PdfIndirectReferenceImage. getDirectReference()Getter for property directReference.Methods in com.itextpdf.text with parameters of type PdfIndirectReference Modifier and Type Method Description voidImage. setDirectReference(PdfIndirectReference directReference)Setter for property directReference. -
Uses of PdfIndirectReference in com.itextpdf.text.pdf
Subclasses of PdfIndirectReference in com.itextpdf.text.pdf Modifier and Type Class Description classPRIndirectReferenceFields in com.itextpdf.text.pdf declared as PdfIndirectReference Modifier and Type Field Description protected PdfIndirectReferencePdfTemplate. pageReferenceprotected PdfIndirectReferencePdfShadingPattern. patternReferenceprotected PdfIndirectReferencePdfFileSpecification. refprotected PdfIndirectReferencePdfLayer. refprotected PdfIndirectReferencePdfStream. refprotected PdfIndirectReferencePdfAnnotation. referenceReference to this annotation.PdfIndirectReferencePdfDocument.Destination. referenceprotected PdfIndirectReferencePdfFunction. referenceprotected PdfIndirectReferencePdfShading. shadingReferenceprotected PdfIndirectReferencePdfTemplate. thisReferenceThe indirect reference to this templateFields in com.itextpdf.text.pdf with type parameters of type PdfIndirectReference Modifier and Type Field Description protected java.util.HashMap<PdfIndirectReference,java.lang.Object[]>PdfWriter. formXObjectsThe form XObjects in this document.protected java.util.HashMap<PdfStream,PdfIndirectReference>PdfWriter. JBIG2GlobalsA HashSet with Stream objects containing JBIG2 Globalsprotected java.util.ArrayList<PdfIndirectReference>PdfWriter. pageReferencesThe PdfIndirectReference to the pages.protected java.util.ArrayList<PdfIndirectReference>AcroFields.Item. widget_refsAn array ofPdfDictionarywith the widget references.Methods in com.itextpdf.text.pdf that return PdfIndirectReference Modifier and Type Method Description PdfIndirectReferencePdfCopy. add(PdfOutline outline)protected PdfIndirectReferencePdfWriter. add(PdfICCBased icc)protected PdfIndirectReferencePdfASmartCopy. copyIndirect(PRIndirectReference in)protected 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.protected PdfIndirectReferencePdfCopy. 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 PdfIndirectReferencePdfSmartCopy. 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.PdfIndirectReferencePdfArray. getAsIndirectObject(int idx)Returns aPdfObjectas aPdfIndirectReference.PdfIndirectReferencePdfDictionary. getAsIndirectObject(PdfName key)Returns aPdfObjectas aPdfIndirectReference.protected PdfIndirectReferencePdfContentByte. getCurrentPage()PdfIndirectReferencePdfTemplate. getCurrentPage()protected PdfIndirectReferenceStampContent. getCurrentPage()PdfIndirectReferencePdfAnnotation. getIndirectReference()Returns an indirect reference to the annotationPdfIndirectReferencePdfIndirectObject. getIndirectReference()Returns aPdfIndirectReferenceto thisPdfIndirectObject.PdfIndirectReferencePdfTemplate. getIndirectReference()Gets the indirect reference to this template.PdfIndirectReferenceAcroFields. getNormalAppearance(java.lang.String name)Gets a reference to the normal appearance of a field.PdfIndirectReferencePdfTemplate. getPageReference()PdfIndirectReferencePdfWriter. getPageReference(int page)Use this method to get a reference to a page existing or not.PdfIndirectReferencePdfWriter. getPdfIndirectReference()Use this to get anPdfIndirectReferencefor an object that will be created in the future.PdfIndirectReferencePdfWriter.PdfBody. getPdfIndirectReference()Gets a PdfIndirectReference for 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.protected PdfIndirectReferencePdfWriter. getReferenceJBIG2Globals(byte[] content)Gets an indirect reference to a JBIG2 Globals stream.PdfIndirectReferenceAcroFields.Item. getWidgetRef(int idx)Retrieve the reference to the given instancePdfIndirectReferencePdfOutline. indirectReference()Gets the indirect reference of thisPdfOutline.Methods in com.itextpdf.text.pdf that return types with arguments of type PdfIndirectReference Modifier and Type Method Description java.util.HashMap<java.lang.Integer,PdfIndirectReference>PdfStructureTreeRoot. getNumTree()Methods in com.itextpdf.text.pdf with parameters of type PdfIndirectReference Modifier and Type Method Description PdfNamePdfWriter. addDirectImageSimple(Image image, PdfIndirectReference fixedRef)Adds an image to the document but not to the page resources.voidPdfAcroForm. addDocumentField(PdfIndirectReference ref)Adds documentFields.booleanPdfDestination. addPage(PdfIndirectReference page)Adds the indirect reference of the destination page.PdfIndirectObjectPdfCopy. addToBody(PdfObject object, PdfIndirectReference ref)PdfIndirectObjectPdfCopy. addToBody(PdfObject object, PdfIndirectReference ref, boolean formBranching)PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref)Use this method to add a PDF object to the PDF body.PdfIndirectObjectPdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)Use this method to add a PDF object to the PDF body.protected PdfDictionaryPdfCopy. getCatalog(PdfIndirectReference rootObj)protected PdfDictionaryPdfWriter. getCatalog(PdfIndirectReference rootObj)protected booleanPdfCopy. isStructTreeRootReference(PdfIndirectReference prRef)static java.lang.Object[]SimpleBookmark. iterateOutlines(PdfWriter writer, PdfIndirectReference parent, java.util.List<java.util.HashMap<java.lang.String,java.lang.Object>> kids, boolean namedAsNames)static PdfActionPdfAction. rendition(java.lang.String file, PdfFileSpecification fs, java.lang.String mimeType, PdfIndirectReference ref)Creates a Rendition actionbooleanPdfOutline. setDestinationPage(PdfIndirectReference pageReference)Set the page of thePdfDestination-object.voidPdfOutline. setIndirectReference(PdfIndirectReference reference)Sets the indirect reference of thisPdfOutline.voidPdfTemplate. setPageReference(PdfIndirectReference pageReference)voidPdfWriter.PdfBody. writeCrossReferenceTable(java.io.OutputStream os, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, long prevxref)Returns the CrossReferenceTable of theBody.voidPdfATtfUnicodeWriter. writeFont(com.itextpdf.text.pdf.TrueTypeFontUnicode font, PdfIndirectReference ref, java.lang.Object[] params, byte[] rotbits)voidTtfUnicodeWriter. writeFont(com.itextpdf.text.pdf.TrueTypeFontUnicode font, PdfIndirectReference ref, java.lang.Object[] params, byte[] rotbits)Constructors in com.itextpdf.text.pdf with parameters of type PdfIndirectReference Constructor Description PdfImage(Image image, java.lang.String name, PdfIndirectReference maskRef)Constructs aPdfImage-object.PdfTrailer(int size, long offset, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, long prevxref)Constructs a PDF-Trailer.RefKey(PdfIndirectReference ref) -
Uses of PdfIndirectReference in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal with parameters of type PdfIndirectReference Modifier and Type Method Description voidPdfAChecker. cacheObject(PdfIndirectReference iref, PdfObject obj) -
Uses of PdfIndirectReference in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return PdfIndirectReference Modifier and Type Method Description PdfIndirectReferenceImageRenderInfo. getRef()Methods in com.itextpdf.text.pdf.parser with parameters of type PdfIndirectReference Modifier and Type Method Description static ImageRenderInfoImageRenderInfo. createForXObject(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary)Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)static ImageRenderInfoImageRenderInfo. createForXObject(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary, java.util.Collection<MarkedContentInfo> markedContentInfo)Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)voidXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref)voidXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
-