Uses of Class
com.aowagie.text.pdf.collection.PdfTargetDictionary
-
Packages that use PdfTargetDictionary Package Description com.aowagie.text.pdf com.aowagie.text.pdf.collection -
-
Uses of PdfTargetDictionary in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf with parameters of type PdfTargetDictionary Modifier and Type Method Description private static PdfAction
PdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)
Creates a GoToE action to an embedded file. -
Uses of PdfTargetDictionary in com.aowagie.text.pdf.collection
Methods in com.aowagie.text.pdf.collection with parameters of type PdfTargetDictionary 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.
-