Uses of Class
com.lowagie.text.pdf.collection.PdfTargetDictionary
Packages that use PdfTargetDictionary
-
Uses of PdfTargetDictionary in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type PdfTargetDictionaryModifier and TypeMethodDescriptionstatic 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. -
Uses of PdfTargetDictionary in com.lowagie.text.pdf.collection
Methods in com.lowagie.text.pdf.collection with parameters of type PdfTargetDictionaryModifier and TypeMethodDescriptionvoid
PdfTargetDictionary.setAdditionalPath
(PdfTargetDictionary nested) If this dictionary refers to an intermediate target, you can add the next target in the sequence.Constructors in com.lowagie.text.pdf.collection with parameters of type PdfTargetDictionaryModifierConstructorDescriptionCreates dictionary referring to a target document that is the parent of the current document.