Uses of Class
org.apache.fop.pdf.PDFDests
-
Packages that use PDFDests Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFDests in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFDests Modifier and Type Method Description PDFDests
PDFNames. getDests()
Returns the Dests objectPDFDests
PDFFactory. makeDests(java.util.List destinationList)
Make a the head object of the name dictionary (the /Dests object).Methods in org.apache.fop.pdf with parameters of type PDFDests Modifier and Type Method Description void
PDFNames. setDests(PDFDests dests)
Set the Dests object
-