Uses of Class
com.lowagie.text.pdf.PdfIndirectReference
Packages that use PdfIndirectReference
-
Uses of PdfIndirectReference in com.lowagie.text
Methods in com.lowagie.text that return PdfIndirectReferenceModifier and TypeMethodDescriptionImage.getDirectReference()Getter for property directReference.Methods in com.lowagie.text with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionvoidImage.setDirectReference(PdfIndirectReference directReference) Setter for property directReference. -
Uses of PdfIndirectReference in com.lowagie.text.pdf
Subclasses of PdfIndirectReference in com.lowagie.text.pdfFields in com.lowagie.text.pdf declared as PdfIndirectReferenceModifier and TypeFieldDescriptionprotected PdfIndirectReferencePdfCopy.acroFormprotected PdfIndirectReferencePdfShadingPattern.patternReferenceprotected PdfIndirectReferencePdfFileSpecification.refprotected PdfIndirectReferencePdfLayer.refprotected PdfIndirectReferencePdfStream.refprotected PdfIndirectReferencePdfAnnotation.referenceReference to this annotation.protected PdfIndirectReferencePdfFunction.referenceprotected PdfIndirectReferencePdfShading.shadingReferenceprotected PdfIndirectReferencePdfTemplate.thisReferenceThe indirect reference to this templateprotected PdfIndirectReferencePdfDocument.thumbMethods in com.lowagie.text.pdf that return PdfIndirectReferenceModifier and TypeMethodDescriptionPdfCopy.add(PdfOutline outline) protected PdfIndirectReferencePdfWriter.add(PdfICCBased icc) 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 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.PdfArray.getAsIndirectObject(int idx) Returns aPdfObjectas aPdfIndirectReference.PdfDictionary.getAsIndirectObject(PdfName key) Returns aPdfObjectas aPdfIndirectReference.PdfAnnotation.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.PdfLayer.getRef()Gets thePdfIndirectReferencethat represents this layer.PdfLayerMembership.getRef()Gets thePdfIndirectReferencethat represents this membership layer.PdfOCG.getRef()Gets thePdfIndirectReferencethat represents this layer.PdfFileSpecification.getReference()Gets the indirect reference to this file specification.PdfStructureElement.getReference()Gets the reference this object will be written to.PdfStructureTreeRoot.getReference()Gets the reference this object will be written to.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.lowagie.text.pdf with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionPdfWriter.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.PdfWriter.addToBody(PdfObject object, PdfIndirectReference ref) Use this method to add a PDF object to the PDF body.PdfWriter.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) 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.voidPdfOutline.setIndirectReference(PdfIndirectReference reference) Sets the indirect reference of thisPdfOutline.Constructors in com.lowagie.text.pdf with parameters of type PdfIndirectReferenceModifierConstructorDescriptionPdfImage(Image image, String name, PdfIndirectReference maskRef) Constructs aPdfImage-object.