Uses of Class
org.apache.fop.pdf.PDFAction
Packages that use PDFAction
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFAction in org.apache.fop.pdf
Subclasses of PDFAction in org.apache.fop.pdfModifier and TypeClassDescriptionclass
class representing a /GoTo object.class
Class representing a /GoToR object.class
class used to create a PDF internal linkclass
PDF Action which executes some JavaScript code.class
This class represents the /Launch action.class
class used to create a PDF Uri linkFields in org.apache.fop.pdf declared as PDFActionMethods in org.apache.fop.pdf that return PDFActionModifier and TypeMethodDescriptionprivate PDFAction
PDFFactory.getActionForEmbeddedFile
(String filename, boolean newWindow) PDFFactory.getExternalAction
(String target, boolean newWindow) Create/find and return the appropriate external PDFAction according to the targetMethods in org.apache.fop.pdf with parameters of type PDFActionModifier and TypeMethodDescriptionPDFFactory.makeLink
(Rectangle2D rect, PDFAction pdfAction) Create a PDF link to an existing PDFAction objectPDFFactory.makeOutline
(PDFOutline parent, String label, PDFAction pdfAction, boolean showSubItems) Make an outline object and add it to the given parentvoid
Set the pdf action for this link. -
Uses of PDFAction in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf that return PDFActionModifier and TypeMethodDescriptionprivate PDFAction
PDFDocumentNavigationHandler.getAction
(AbstractAction action)