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()Deprecated.Getter for property directReference.Methods in com.lowagie.text with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionvoidImage.setDirectReference(PdfIndirectReference directReference) Deprecated.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.acroFormDeprecated.protected PdfIndirectReferencePdfShadingPattern.patternReferenceDeprecated.protected PdfIndirectReferencePdfFileSpecification.refDeprecated.protected PdfIndirectReferencePdfLayer.refDeprecated.protected PdfIndirectReferencePdfStream.refDeprecated.protected PdfIndirectReferencePdfAnnotation.referenceDeprecated.Reference to this annotation.protected PdfIndirectReferencePdfFunction.referenceDeprecated.protected PdfIndirectReferencePdfShading.shadingReferenceDeprecated.protected PdfIndirectReferencePdfTemplate.thisReferenceDeprecated.The indirect reference to this templateprotected PdfIndirectReferencePdfDocument.thumbDeprecated.Fields in com.lowagie.text.pdf with type parameters of type PdfIndirectReferenceModifier and TypeFieldDescriptionprotected HashMap<String, PdfIndirectReference> PdfDocument.documentFileAttachmentDeprecated.protected HashMap<String, PdfIndirectReference> PdfDocument.documentLevelJSDeprecated.protected LinkedHashMap<PdfIndirectReference, Object[]> PdfWriter.formXObjectsDeprecated.The form XObjects in this document.protected HashMap<PdfStream, PdfIndirectReference> PdfWriter.JBIG2GlobalsDeprecated.A HashSet with Stream objects containing JBIG2 Globalsprotected ArrayList<PdfIndirectReference> PdfWriter.pageReferencesDeprecated.The PdfIndirectReference to the pages.Methods in com.lowagie.text.pdf that return PdfIndirectReferenceModifier and TypeMethodDescriptionprotected PdfIndirectReferencePdfWriter.add(PdfICCBased icc) Deprecated.protected PdfIndirectReferencePdfCopy.copyIndirect(PRIndirectReference in) Deprecated.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) Deprecated.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) Deprecated.Returns aPdfObjectas aPdfIndirectReference.PdfDictionary.getAsIndirectObject(PdfName key) Deprecated.Returns aPdfObjectas aPdfIndirectReference.PdfWriter.getCurrentPage()Deprecated.Retrieves a reference to the current page of the document.AcroFields.Item.getFieldReference()Returns the indirect reference of the field itselfPdfAnnotation.getIndirectReference()Deprecated.Returns an indirect reference to the annotationPdfIndirectObject.getIndirectReference()Deprecated.Returns aPdfIndirectReferenceto thisPdfIndirectObject.PdfTemplate.getIndirectReference()Deprecated.Gets the indirect reference to this template.PdfWriter.getPageReference(int page) Deprecated.Use this method to get a reference to a page existing or not.PdfWriter.getPdfIndirectReference()Deprecated.Use this to get anPdfIndirectReferencefor an object that will be created in the future.PdfLayer.getRef()Deprecated.Gets thePdfIndirectReferencethat represents this layer.PdfLayerMembership.getRef()Deprecated.Gets thePdfIndirectReferencethat represents this membership layer.PdfOCG.getRef()Gets thePdfIndirectReferencethat represents this layer.PdfFileSpecification.getReference()Deprecated.Gets the indirect reference to this file specification.PdfStructureElement.getReference()Deprecated.Gets the reference this object will be written to.PdfStructureTreeRoot.getReference()Deprecated.Gets the reference this object will be written to.protected PdfIndirectReferencePdfWriter.getReferenceJBIG2Globals(byte[] content) Deprecated.Gets an indirect reference to a JBIG2 Globals stream.AcroFields.Item.getWidgetRef(int idx) Retrieve the reference to the given instancePdfOutline.indirectReference()Deprecated.Gets the indirect reference of thisPdfOutline.Methods in com.lowagie.text.pdf with parameters of type PdfIndirectReferenceModifier and TypeMethodDescriptionPdfWriter.addDirectImageSimple(Image image, PdfIndirectReference fixedRef) Deprecated.Adds an image to the document but not to the page resources.voidPdfAcroForm.addDocumentField(PdfIndirectReference ref) Deprecated.Adds documentFields.intPdfStructureTreeRoot.addExistingObject(PdfIndirectReference reference) Deprecated.Adds a reference to the existing (already added to the document) object to the parentTree.booleanPdfDestination.addPage(PdfIndirectReference page) Deprecated.Adds the indirect reference of the destination page.PdfWriter.addToBody(PdfObject object, PdfIndirectReference ref) Deprecated.Use this method to add a PDF object to the PDF body.PdfWriter.addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm) Deprecated.Use this method to add a PDF object to the PDF body.static PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height, PdfIndirectReference ref) Deprecated.Creates a new appearance to be used with existing form fields.protected PdfDictionaryPdfCopy.getCatalog(PdfIndirectReference rootObj) Deprecated.protected PdfDictionaryPdfWriter.getCatalog(PdfIndirectReference rootObj) Deprecated.static Object[]SimpleBookmark.iterateOutlines(PdfWriter writer, PdfIndirectReference parent, List<Map<String, Object>> kids, boolean namedAsNames) Deprecated.static PdfActionPdfAction.rendition(String file, PdfFileSpecification fs, String mimeType, PdfIndirectReference ref) Deprecated.Creates a Rendition actionbooleanPdfOutline.setDestinationPage(PdfIndirectReference pageReference) Deprecated.Set the page of thePdfDestination-object.voidPdfOutline.setIndirectReference(PdfIndirectReference reference) Deprecated.Sets the indirect reference of thisPdfOutline.Constructors in com.lowagie.text.pdf with parameters of type PdfIndirectReferenceModifierConstructorDescriptionItem(PdfIndirectReference ref) PdfImage(Image image, String name, PdfIndirectReference maskRef) Deprecated.Constructs aPdfImage-object.