Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.collection |
Modifier and Type | Method | 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 | Description |
---|---|---|
void |
PdfTargetDictionary.setAdditionalPath(PdfTargetDictionary nested) |
If this dictionary refers to an intermediate target, you can
add the next target in the sequence.
|
Constructor | Description |
---|---|
PdfTargetDictionary(PdfTargetDictionary nested) |
Creates dictionary referring to a target document that is the parent of the current document.
|
Copyright © 2018. All rights reserved.