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) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
PdfExplicitDestination |
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–2018 iText Group NV. All rights reserved.