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. launchesMethods in org.apache.fop.pdf that return PDFLaunch Modifier and Type Method Description protected PDFLaunchPDFDocument. findLaunch(PDFLaunch compare)Finds a launch.private PDFLaunchPDFFactory. getLaunchAction(java.lang.String file, boolean newWindow)Creates and returns a launch pdf document action usingfileto 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 PDFLaunchPDFDocument. findLaunch(PDFLaunch compare)Finds a launch.
-