| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
PdfIndirectReference |
Image.getDirectReference()
Getter for property directReference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setDirectReference(PdfIndirectReference directReference)
Setter for property directReference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PRIndirectReference |
| Modifier and Type | Field and Description |
|---|---|
protected PdfIndirectReference |
PdfTemplate.thisReference
The indirect reference to this template
|
| Modifier and Type | Method and Description |
|---|---|
PdfIndirectReference |
PdfTemplate.getIndirectReference()
Gets the indirect reference to this template.
|
PdfIndirectReference |
PdfIndirectObject.getIndirectReference()
Returns a
PdfIndirectReference to this PdfIndirectObject. |
PdfIndirectReference |
PdfAnnotation.getIndirectReference()
Returns an indirect reference to the annotation
|
PdfIndirectReference |
PdfWriter.getPageReference(int page)
Use this method to get a reference to a page existing or not.
|
PdfIndirectReference |
PdfStamperImp.getPageReference(int page) |
PdfIndirectReference |
PdfWriter.getPdfIndirectReference()
Use this to get an
PdfIndirectReference for an object that
will be created in the future. |
PdfIndirectReference |
PdfOCG.getRef()
Gets the
PdfIndirectReference that represents this layer. |
PdfIndirectReference |
PdfFileSpecification.getReference()
Gets the indirect reference to this file specification.
|
protected PdfIndirectReference |
PdfWriter.getReferenceJBIG2Globals(byte[] content)
Gets an indirect reference to a JBIG2 Globals stream.
|
PdfIndirectReference |
AcroFields.Item.getWidgetRef(int idx)
Retrieve the reference to the given instance
|
PdfIndirectReference |
PdfOutline.indirectReference()
Gets the indirect reference of this
PdfOutline. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfAcroForm.addDocumentField(PdfIndirectReference ref)
Adds documentFields.
|
boolean |
PdfDestination.addPage(PdfIndirectReference page)
Adds the indirect reference of the destination page.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
PdfIndirectReference ref)
Use this method to add a PDF object to the PDF body.
|
protected PdfDictionary |
PdfWriter.getCatalog(PdfIndirectReference rootObj) |
boolean |
PdfOutline.setDestinationPage(PdfIndirectReference pageReference)
Set the page of the
PdfDestination-object. |
void |
PdfOutline.setIndirectReference(PdfIndirectReference reference)
Sets the indirect reference of this
PdfOutline. |
Copyright © 2021. All rights reserved.