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.org.apache.fop.render.pdf PDF Renderer -
-
Uses of PDFAction in org.apache.fop.pdf
Subclasses of PDFAction in org.apache.fop.pdf Modifier and Type Class Description classPDFGoToclass representing a /GoTo object.classPDFGoToRemoteClass representing a /GoToR object.classPDFInternalLinkclass used to create a PDF internal linkclassPDFJavaScriptLaunchActionPDF Action which executes some JavaScript code.classPDFLaunchThis class represents the /Launch action.classPDFUriclass used to create a PDF Uri linkFields in org.apache.fop.pdf declared as PDFAction Modifier and Type Field Description private PDFActionPDFLink. actionMethods in org.apache.fop.pdf that return PDFAction Modifier and Type Method Description private PDFActionPDFFactory. getActionForEmbeddedFile(java.lang.String filename, boolean newWindow)PDFActionPDFFactory. getExternalAction(java.lang.String target, boolean newWindow, java.lang.String altText)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 PDFLinkPDFFactory. makeLink(java.awt.geom.Rectangle2D rect, PDFAction pdfAction)Create a PDF link to an existing PDFAction objectPDFOutlinePDFFactory. makeOutline(PDFOutline parent, java.lang.String label, PDFAction pdfAction, boolean showSubItems)Make an outline object and add it to the given parentvoidPDFLink. setAction(PDFAction action)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 PDFAction Modifier and Type Method Description private PDFActionPDFDocumentNavigationHandler. getAction(AbstractAction action)
-