Uses of Class
com.itextpdf.text.pdf.PdfDocument.Destination
Packages that use PdfDocument.Destination
-
Uses of PdfDocument.Destination in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf with type parameters of type PdfDocument.DestinationModifier and TypeFieldDescriptionprotected TreeMap<String, PdfDocument.Destination> PdfDocument.localDestinationsStores the destinations keyed by name.Method parameters in com.itextpdf.text.pdf with type arguments of type PdfDocument.DestinationModifier and TypeMethodDescription(package private) voidPdfWriter.addLocalDestinations(TreeMap<String, PdfDocument.Destination> desto) Adds the local destinations to the body of the document.(package private) voidPdfDocument.PdfCatalog.addNames(TreeMap<String, PdfDocument.Destination> localDestinations, HashMap<String, PdfObject> documentLevelJS, HashMap<String, PdfObject> documentFileAttachment, PdfWriter writer) Adds the names of the named destinations to the catalog.