Uses of Class
org.apache.fop.pdf.PDFDestination
-
Packages that use PDFDestination Package Description org.apache.fop.pdf 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 PDFDestination Modifier and Type Field Description private java.util.List<PDFDestination>
PDFDocument. destinations
Methods in org.apache.fop.pdf that return PDFDestination Modifier and Type Method Description protected PDFDestination
PDFDocument. findDestination(PDFDestination compare)
Finds a named destination.protected PDFDestination
PDFFactory. getUniqueDestination(PDFDestination newdest)
Registers and returns newdest if it is unique.PDFDestination
PDFFactory. makeDestination(java.lang.String idRef, java.lang.Object goToRef)
Make a named destination.Methods in org.apache.fop.pdf that return types with arguments of type PDFDestination Modifier and Type Method Description java.util.List<PDFDestination>
PDFDocument. getDestinationList()
Gets the list of named destinations.Methods in org.apache.fop.pdf with parameters of type PDFDestination Modifier and Type Method Description void
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.
-