Uses of Class
org.apache.fop.pdf.PDFFileSpec
Packages that use PDFFileSpec
Package
Description
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 PDFFileSpecModifier and TypeMethodDescriptionprotected PDFFileSpec
PDFDocument.findFileSpec
(PDFFileSpec compare) Finds a file spec.Methods in org.apache.fop.pdf with parameters of type PDFFileSpecModifier and TypeMethodDescriptionvoid
PDFRoot.addAF
(PDFFileSpec fileSpec) protected PDFFileSpec
PDFDocument.findFileSpec
(PDFFileSpec compare) Finds a file spec.Constructors in org.apache.fop.pdf with parameters of type PDFFileSpecModifierConstructorDescriptionPDFGoToRemote
(PDFFileSpec pdfFileSpec, boolean newWindow) Create an GoToR object.PDFGoToRemote
(PDFFileSpec pdfFileSpec, int page, boolean newWindow) Create an GoToR object.PDFGoToRemote
(PDFFileSpec pdfFileSpec, 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.