static PdfTarget |
PdfTarget.create(PdfDictionary pdfObject) |
Creates a new PdfTarget object by the underlying dictionary.
|
private static PdfTarget |
PdfTarget.create(PdfName r) |
Creates a new PdfTarget object given its type.
|
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(java.lang.String embeddedFileName) |
Creates a new target object pointing to a file in the EmbeddedFiles name tree.
|
static PdfTarget |
PdfTarget.createChildTarget(java.lang.String namedDestination,
java.lang.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(java.lang.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.
|