Uses of Class
com.itextpdf.text.pdf.collection.PdfTargetDictionary
-
Packages that use PdfTargetDictionary Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.collection -
-
Uses of PdfTargetDictionary in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf with parameters of type PdfTargetDictionary Modifier and Type Method Description static PdfActionPdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)Creates a GoToE action to an embedded file.static PdfActionPdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, java.lang.String dest, boolean isName, boolean newWindow)Creates a GoToE action to an embedded file. -
Uses of PdfTargetDictionary in com.itextpdf.text.pdf.collection
Methods in com.itextpdf.text.pdf.collection with parameters of type PdfTargetDictionary Modifier and Type Method Description voidPdfTargetDictionary. setAdditionalPath(PdfTargetDictionary nested)If this dictionary refers to an intermediate target, you can add the next target in the sequence.Constructors in com.itextpdf.text.pdf.collection with parameters of type PdfTargetDictionary Constructor Description PdfTargetDictionary(PdfTargetDictionary nested)Creates dictionary referring to a target document that is the parent of the current document.
-