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.thumbFields in com.lowagie.text.pdf with type parameters of type PdfIndirectReferenceModifier and TypeFieldDescriptionprotected HashMap<String,PdfIndirectReference> PdfDocument.documentFileAttachmentprotected HashMap<String,PdfIndirectReference> PdfDocument.documentLevelJSprotected LinkedHashMap<PdfIndirectReference,Object[]> PdfWriter.formXObjectsThe form XObjects in this document.protected HashMap<PdfStream,PdfIndirectReference> PdfWriter.JBIG2GlobalsA HashSet with Stream objects containing JBIG2 Globalsprotected ArrayList<PdfIndirectReference>PdfWriter.pageReferencesThe PdfIndirectReference to the pages.AcroFields.Item.widgetRefsDeprecated.(will remove ' public ' in the future)Methods 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.AcroFields.Item.getFieldReference()Returns the indirect reference of the field itselfPdfAnnotation.getIndirectReference()Returns an indirect reference to the annotationPdfIndirectObject.getIndirectReference()Returns aPdfIndirectReferenceto thisPdfIndirectObject.PdfTemplate.getIndirectReference()Gets the indirect reference to this template.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.static PdfAppearancePdfAppearance.createAppearance(PdfWriter writer, float width, float height, PdfIndirectReference ref) Creates a new appearance to be used with existing form fields.protected PdfDictionaryPdfCopy.getCatalog(PdfIndirectReference rootObj) protected PdfDictionaryPdfWriter.getCatalog(PdfIndirectReference rootObj) static Object[]SimpleBookmark.iterateOutlines(PdfWriter writer, PdfIndirectReference parent, List<Map<String, Object>> 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 PdfIndirectReferenceModifierConstructorDescriptionItem(PdfIndirectReference ref) PdfImage(Image image, String name, PdfIndirectReference maskRef) Constructs aPdfImage-object.