| 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) |
| 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,
PdfTargetDictionary 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,
PdfTargetDictionary 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 |
| Modifier and Type | Method and Description |
|---|---|
static PdfDestination |
PdfDestination.makeDestination(PdfObject pdfObject) |
PdfDestination |
PdfStringDestination.replaceNamedDestination(Map<Object,PdfObject> names)
Deprecated.
do not use this method. Will be removed in 7.1
|
PdfDestination |
PdfNamedDestination.replaceNamedDestination(Map<Object,PdfObject> names)
Deprecated.
do not use this method. Will be removed in 7.1
|
PdfDestination |
PdfExplicitDestination.replaceNamedDestination(Map<Object,PdfObject> names)
Deprecated.
do not use this method. Will be removed in 7.1
|
abstract PdfDestination |
PdfDestination.replaceNamedDestination(Map<Object,PdfObject> names)
Deprecated.
do not use this method. Will be removed in 7.1
|
Copyright © 1998–2017 iText Group NV. All rights reserved.