Uses of Class
com.aowagie.text.pdf.PdfIndirectReference
Packages that use PdfIndirectReference
-
Uses of PdfIndirectReference in com.aowagie.text
Methods in com.aowagie.text that return PdfIndirectReferenceModifier and TypeMethodDescriptionImage.getDirectReference()Getter for property directReference.Methods in com.aowagie.text with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionvoidImage.setDirectReference(PdfIndirectReference directReference) Setter for property directReference. -
Uses of PdfIndirectReference in com.aowagie.text.pdf
Subclasses of PdfIndirectReference in com.aowagie.text.pdfFields in com.aowagie.text.pdf declared as PdfIndirectReferenceModifier and TypeFieldDescriptionprotected PdfIndirectReferencePdfTemplate.thisReferenceThe indirect reference to this templateMethods in com.aowagie.text.pdf that return PdfIndirectReferenceModifier and TypeMethodDescriptionPdfAnnotation.getIndirectReference()Returns an indirect reference to the annotationPdfIndirectObject.getIndirectReference()Returns aPdfIndirectReferenceto thisPdfIndirectObject.PdfTemplate.getIndirectReference()Gets the indirect reference to this template.PdfStamperImp.getPageReference(int page) PdfWriter.getPageReference(int page) Use this method to get a reference to a page existing or not.PdfWriter.getPdfIndirectReference()Use this to get anPdfIndirectReferencefor an object that will be created in the future.PdfOCG.getRef()Gets thePdfIndirectReferencethat represents this layer.PdfFileSpecification.getReference()Gets the indirect reference to this file specification.protected PdfIndirectReferencePdfWriter.getReferenceJBIG2Globals(byte[] content) Gets an indirect reference to a JBIG2 Globals stream.AcroFields.Item.getWidgetRef(int idx) Retrieve the reference to the given instancePdfOutline.indirectReference()Gets the indirect reference of thisPdfOutline.Methods in com.aowagie.text.pdf with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionvoidPdfAcroForm.addDocumentField(PdfIndirectReference ref) Adds documentFields.booleanPdfDestination.addPage(PdfIndirectReference page) Adds the indirect reference of the destination page.PdfWriter.addToBody(PdfObject object, PdfIndirectReference ref) Use this method to add a PDF object to the PDF body.protected PdfDictionaryPdfWriter.getCatalog(PdfIndirectReference rootObj) booleanPdfOutline.setDestinationPage(PdfIndirectReference pageReference) Set the page of thePdfDestination-object.voidPdfOutline.setIndirectReference(PdfIndirectReference reference) Sets the indirect reference of thisPdfOutline.