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
Methods in org.apache.fop.pdf that return PDFDestination Modifier and Type Method Description protected PDFDestinationPDFDocument. findDestination(PDFDestination compare)Finds a named destination.protected PDFDestinationPDFFactory. getUniqueDestination(PDFDestination newdest)Registers and returns newdest if it is unique.PDFDestinationPDFFactory. 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 voidPDFDocument. 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.
-