| 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  PdfDestinationfor the outline,Destkey. | 
| 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). 
            | 
| static void | PdfAction. validateNotRemoteDestination(PdfDestination destination) | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfLinkAnnotation | PdfLinkAnnotation. setDestination(PdfDestination destination) | 
| 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–2019 iText Group NV. All rights reserved.