Uses of Class
com.itextpdf.text.pdf.PdfDocument.Destination
-
Packages that use PdfDocument.Destination Package Description com.itextpdf.text.pdf -
-
Uses of PdfDocument.Destination in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfDocument.Destination Modifier and Type Field Description protected java.util.TreeMap<java.lang.String,PdfDocument.Destination>
PdfDocument. localDestinations
Stores the destinations keyed by name.Method parameters in com.itextpdf.text.pdf with type arguments of type PdfDocument.Destination Modifier and Type Method Description (package private) void
PdfWriter. addLocalDestinations(java.util.TreeMap<java.lang.String,PdfDocument.Destination> desto)
Adds the local destinations to the body of the document.(package private) void
PdfDocument.PdfCatalog. addNames(java.util.TreeMap<java.lang.String,PdfDocument.Destination> localDestinations, java.util.HashMap<java.lang.String,PdfObject> documentLevelJS, java.util.HashMap<java.lang.String,PdfObject> documentFileAttachment, PdfWriter writer)
Adds the names of the named destinations to the catalog.
-