Uses of Class
org.apache.fop.pdf.PDFGoToRemote
-
Packages that use PDFGoToRemote Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFGoToRemote in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFGoToRemote Modifier and Type Field Description private java.util.List<PDFGoToRemote>
PDFDocument. gotoremotes
Methods in org.apache.fop.pdf that return PDFGoToRemote Modifier and Type Method Description protected PDFGoToRemote
PDFDocument. findGoToRemote(PDFGoToRemote compare)
Finds a goto remote.private PDFGoToRemote
PDFFactory. getGoToPDFAction(java.lang.String file, java.lang.String dest, int page, boolean newWindow)
Create and return a goto pdf document action.Methods in org.apache.fop.pdf with parameters of type PDFGoToRemote Modifier and Type Method Description protected PDFGoToRemote
PDFDocument. findGoToRemote(PDFGoToRemote compare)
Finds a goto remote.
-