Package | Description |
---|---|
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.action | |
com.itextpdf.kernel.pdf.annot | |
com.itextpdf.kernel.pdf.navigation | |
com.itextpdf.layout.element |
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.
|
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).
|
static void |
PdfAction.validateNotRemoteDestination(PdfDestination destination)
Validates not remote destination against the PDF specification and in case of invalidity logs a warning.
|
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) |
Constructor and Description |
---|
Link(String text, PdfDestination destination)
Creates a Link to another location in the document.
|
Copyright © 1998–2023 iText Group NV. All rights reserved.