Uses of Class
org.apache.fop.pdf.PDFGoTo
-
Packages that use PDFGoTo Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFGoTo in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFGoTo Modifier and Type Method Description protected PDFGoTo
PDFDocument. findGoTo(PDFGoTo compare)
Finds a goto.PDFGoTo
PDFFactory. getPDFGoTo(java.lang.String pdfPageRef, java.awt.geom.Point2D position)
Finds and returns a PDFGoTo to the given page and position.Methods in org.apache.fop.pdf with parameters of type PDFGoTo Modifier and Type Method Description protected PDFGoTo
PDFDocument. findGoTo(PDFGoTo compare)
Finds a goto.
-