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
Methods in org.apache.fop.pdf that return PDFDestinationModifier and TypeMethodDescriptionprotected PDFDestinationPDFDocument.findDestination(PDFDestination compare) Finds a named destination.protected PDFDestinationPDFFactory.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 TypeMethodDescriptionvoidPDFDocument.addDestination(PDFDestination destination) Adds a destination to the document.protected PDFDestinationPDFDocument.findDestination(PDFDestination compare) Finds a named destination.protected PDFDestinationPDFFactory.getUniqueDestination(PDFDestination newdest) Registers and returns newdest if it is unique.