Uses of Class
org.apache.fop.pdf.PDFFileSpec
-
Packages that use PDFFileSpec Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFFileSpec in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFFileSpec Modifier and Type Method Description protected PDFFileSpec
PDFDocument. findFileSpec(PDFFileSpec compare)
Finds a file spec.Methods in org.apache.fop.pdf with parameters of type PDFFileSpec Modifier and Type Method Description void
PDFRoot. addAF(PDFFileSpec fileSpec, java.lang.String filename)
protected PDFFileSpec
PDFDocument. findFileSpec(PDFFileSpec compare)
Finds a file spec.Constructors in org.apache.fop.pdf with parameters of type PDFFileSpec Constructor Description PDFGoToRemote(PDFFileSpec pdfFileSpec, boolean newWindow)
Create an GoToR object.PDFGoToRemote(PDFFileSpec pdfFileSpec, int page, boolean newWindow)
Create an GoToR object.PDFGoToRemote(PDFFileSpec pdfFileSpec, java.lang.String dest, boolean newWindow)
create an GoToR object.PDFLaunch(PDFFileSpec fileSpec)
Creates a new /Launch action.PDFLaunch(PDFFileSpec fileSpec, boolean newWindow)
Creates a new /Launch action.
-