| Package | Description | 
|---|---|
| com.itextpdf.kernel.pdf.action | 
| Modifier and Type | Method and Description | 
|---|---|
| static PdfTarget | PdfTarget. create(PdfDictionary pdfObject)
             Creates a new  PdfTargetobject by the underlying dictionary. | 
| static PdfTarget | PdfTarget. createChildTarget()
             Creates a new target object pointing to the child of the current document. 
            | 
| static PdfTarget | PdfTarget. createChildTarget(int pageNumber, int annotationIndex)
             Creates a new target object pointing to a file attachment annotation. 
            | 
| static PdfTarget | PdfTarget. createChildTarget(String embeddedFileName)
             Creates a new target object pointing to a file in the EmbeddedFiles name tree. 
            | 
| static PdfTarget | PdfTarget. createChildTarget(String namedDestination, String annotationIdentifier)
             Creates a new target object pointing to a file attachment annotation. 
            | 
| static PdfTarget | PdfTarget. createParentTarget()
             Creates a new target object pointing to the parent of the current document. 
            | 
| PdfTarget | PdfTarget. getTarget()
             Get a target dictionary specifying additional path information to the target document. 
            | 
| PdfTarget | PdfTarget. put(PdfName key, PdfObject value)
             This is a convenient method to put key-value pairs to the underlying  PdfObject. | 
| PdfTarget | PdfTarget. setAnnotation(PdfFileAttachmentAnnotation pdfAnnotation, PdfDocument pdfDocument)
             Sets the /P and /A values corresponding to provided annotation, which is already added to a page. 
            | 
| PdfTarget | PdfTarget. setName(String name)
             Sets the name of the file in the EmbeddedFiles name tree for the child target located in the EmbeddedFiles. 
            | 
| PdfTarget | PdfTarget. setTarget(PdfTarget target)
             Sets a target dictionary specifying additional path information to the target document. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| 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). 
            | 
| PdfTarget | PdfTarget. setTarget(PdfTarget target)
             Sets a target dictionary specifying additional path information to the target document. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.