Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.collection |
Modifier and Type | Method and Description |
---|---|
static PdfAction |
PdfAction.gotoEmbedded(String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)
Creates a GoToE action to an embedded file.
|
static PdfAction |
PdfAction.gotoEmbedded(String filename, PdfTargetDictionary target, String dest, boolean isName, boolean newWindow)
Creates a GoToE action to an embedded file.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfTargetDictionary.setAdditionalPath(PdfTargetDictionary nested)
If this dictionary refers to an intermediate target, you can add the next target in the sequence.
|
Constructor and Description |
---|
PdfTargetDictionary(PdfTargetDictionary nested)
Creates dictionary referring to a target document that is the parent of the current document.
|
Copyright © 2016. All rights reserved.