| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.action | |
| com.itextpdf.kernel.pdf.annot | |
| com.itextpdf.kernel.pdf.navigation |
| Modifier and Type | Method and Description |
|---|---|
PdfDestination |
PdfOutline.getDestination()
Gets
PdfDestination. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfOutline.addDestination(PdfDestination destination)
Adds
PdfDestination for the outline, Dest key. |
PdfCatalog |
PdfCatalog.setOpenAction(PdfDestination destination)
A value specifying a destination that shall be displayed when the document is opened.
|
protected void |
PdfDocument.storeDestinationToReaddress(PdfDestination destination,
Consumer<PdfDestination> onPageAvailable,
Consumer<PdfDestination> onPageNotAvailable)
Save destinations in a temporary storage for further copying.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PdfDocument.storeDestinationToReaddress(PdfDestination destination,
Consumer<PdfDestination> onPageAvailable,
Consumer<PdfDestination> onPageNotAvailable)
Save destinations in a temporary storage for further copying.
|
protected void |
PdfDocument.storeDestinationToReaddress(PdfDestination destination,
Consumer<PdfDestination> onPageAvailable,
Consumer<PdfDestination> onPageNotAvailable)
Save destinations in a temporary storage for further copying.
|
| Modifier and Type | Method and Description |
|---|---|
static PdfAction |
PdfAction.createGoTo(PdfDestination destination)
Creates a GoTo action (section 12.6.4.2 of ISO 32000-1) via a given destination.
|
static PdfAction |
PdfAction.createGoToE(PdfDestination destination,
boolean newWindow,
PdfTarget targetDictionary)
Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).
|
static PdfAction |
PdfAction.createGoToE(PdfFileSpec fileSpec,
PdfDestination destination,
boolean newWindow,
PdfTarget targetDictionary)
Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).
|
static PdfAction |
PdfAction.createGoToR(PdfFileSpec fileSpec,
PdfDestination destination)
Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).
|
static PdfAction |
PdfAction.createGoToR(PdfFileSpec fileSpec,
PdfDestination destination,
boolean newWindow)
Creates a GoToR action, or remote action (section 12.6.4.3 of ISO 32000-1).
|
| Modifier and Type | Method and Description |
|---|---|
PdfLinkAnnotation |
PdfLinkAnnotation.setDestination(PdfDestination destination)
Sets the annotation destination as
PdfDestination instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfExplicitDestination
This class shall be used for creation of destinations, associated with outline items, annotations
or actions within current document.
|
class |
PdfExplicitRemoteGoToDestination
This class shall be used for creation of destinations, associated Remote Go-To and Embedded Go-To actions only,
i.e.
|
class |
PdfNamedDestination |
class |
PdfStringDestination |
class |
PdfStructureDestination |
| Modifier and Type | Method and Description |
|---|---|
static PdfDestination |
PdfDestination.makeDestination(PdfObject pdfObject) |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.