Uses of Class
org.apache.fop.pdf.PDFAction
-
Packages that use PDFAction Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of PDFAction in org.apache.fop.pdf
Subclasses of PDFAction in org.apache.fop.pdf Modifier and Type Class Description class
PDFGoTo
class representing a /GoTo object.class
PDFGoToRemote
Class representing a /GoToR object.class
PDFInternalLink
class used to create a PDF internal linkclass
PDFJavaScriptLaunchAction
PDF Action which executes some JavaScript code.class
PDFLaunch
This class represents the /Launch action.class
PDFUri
class used to create a PDF Uri linkMethods in org.apache.fop.pdf that return PDFAction Modifier and Type Method Description PDFAction
PDFFactory. getExternalAction(java.lang.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 PDFAction Modifier and Type Method Description PDFLink
PDFFactory. makeLink(java.awt.geom.Rectangle2D rect, PDFAction pdfAction)
Create a PDF link to an existing PDFAction objectPDFOutline
PDFFactory. makeOutline(PDFOutline parent, java.lang.String label, PDFAction pdfAction, boolean showSubItems)
Make an outline object and add it to the given parentvoid
PDFLink. setAction(PDFAction action)
Set the pdf action for this link.
-