Uses of Class
com.itextpdf.text.pdf.collection.PdfTargetDictionary

Packages that use PdfTargetDictionary
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
static 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.itextpdf.text.pdf.collection
 

Methods in com.itextpdf.text.pdf.collection with parameters of type PdfTargetDictionary
 void PdfTargetDictionary.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
PdfTargetDictionary(PdfTargetDictionary nested)
          Creates dictionary referring to a target document that is the parent of the current document.
 



Copyright © 2013. All Rights Reserved.