Uses of Class
org.apache.fop.pdf.PDFLaunch
-
Packages that use PDFLaunch Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFLaunch in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFLaunch Modifier and Type Field Description private java.util.List<PDFLaunch>
PDFDocument. launches
Methods in org.apache.fop.pdf that return PDFLaunch Modifier and Type Method Description protected PDFLaunch
PDFDocument. findLaunch(PDFLaunch compare)
Finds a launch.private PDFLaunch
PDFFactory. getLaunchAction(java.lang.String file, boolean newWindow)
Creates and returns a launch pdf document action usingfile
to create a file specification for the document/file to be opened with an external application.Methods in org.apache.fop.pdf with parameters of type PDFLaunch Modifier and Type Method Description protected PDFLaunch
PDFDocument. findLaunch(PDFLaunch compare)
Finds a launch.
-