Uses of Class
org.apache.fop.pdf.PDFDestination
Packages that use PDFDestination
Package
Description
Classes for handling the low-level creation of PDF documents.
-
Uses of PDFDestination in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFDestinationMethods in org.apache.fop.pdf that return PDFDestinationModifier and TypeMethodDescriptionprotected PDFDestination
PDFDocument.findDestination
(PDFDestination compare) Finds a named destination.protected PDFDestination
PDFFactory.getUniqueDestination
(PDFDestination newdest) Registers and returns newdest if it is unique.PDFFactory.makeDestination
(String idRef, Object goToRef) Make a named destination.Methods in org.apache.fop.pdf that return types with arguments of type PDFDestinationModifier and TypeMethodDescriptionPDFDocument.getDestinationList()
Gets the list of named destinations.Methods in org.apache.fop.pdf with parameters of type PDFDestinationModifier and TypeMethodDescriptionvoid
PDFDocument.addDestination
(PDFDestination destination) Adds a destination to the document.protected PDFDestination
PDFDocument.findDestination
(PDFDestination compare) Finds a named destination.protected PDFDestination
PDFFactory.getUniqueDestination
(PDFDestination newdest) Registers and returns newdest if it is unique.