| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfOutline.addDestination(PdfDestination destination) |
PdfCatalog |
PdfCatalog.setOpenAction(PdfDestination destination) |
| Modifier and Type | Method and Description |
|---|---|
static PdfAction |
PdfAction.createGoTo(PdfDestination destination) |
static PdfAction |
PdfAction.createGoToE(PdfDestination destination, boolean newWindow, PdfTargetDictionary targetDictionary) |
static PdfAction |
PdfAction.createGoToE(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow, PdfTargetDictionary targetDictionary) |
static PdfAction |
PdfAction.createGoToR(PdfFileSpec fileSpec, PdfDestination destination) |
static PdfAction |
PdfAction.createGoToR(PdfFileSpec fileSpec, PdfDestination destination, boolean newWindow) |
| 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) |
PdfDestination |
PdfNamedDestination.replaceNamedDestination(Map<Object,PdfObject> names) |
PdfDestination |
PdfExplicitDestination.replaceNamedDestination(Map<Object,PdfObject> names) |
abstract PdfDestination |
PdfDestination.replaceNamedDestination(Map<Object,PdfObject> names) |
| Constructor and Description |
|---|
Link(String text, PdfDestination destination)
Creates a Link to another location in the document.
|
Copyright © 1998–2016 iText Group NV. All rights reserved.