Uses of Class
com.itextpdf.kernel.pdf.action.PdfTarget
Packages that use PdfTarget
-
Uses of PdfTarget in com.itextpdf.kernel.pdf.action
Methods in com.itextpdf.kernel.pdf.action that return PdfTargetModifier and TypeMethodDescriptionstatic PdfTarget
PdfTarget.create
(PdfDictionary pdfObject) Creates a newPdfTarget
object by the underlying dictionary.private static PdfTarget
Creates a newPdfTarget
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
(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.getTarget()
Get a target dictionary specifying additional path information to the target document.This is a convenient method to put key-value pairs to the underlyingPdfObject
.PdfTarget.setAnnotation
(PdfFileAttachmentAnnotation pdfAnnotation, PdfDocument pdfDocument) Sets the /P and /A values corresponding to provided annotation, which is already added to a page.Sets the name of the file in the EmbeddedFiles name tree for the child target located in the EmbeddedFiles.Sets a target dictionary specifying additional path information to the target document.Methods in com.itextpdf.kernel.pdf.action with parameters of type PdfTargetModifier and TypeMethodDescriptionstatic 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.createGoToE
(PdfDestination destination, boolean newWindow, PdfTarget targetDictionary) Creates a GoToE action, or embedded file action (section 12.6.4.4 of ISO 32000-1).Sets a target dictionary specifying additional path information to the target document.