Uses of Class
org.apache.fop.pdf.PDFAction
Packages that use PDFAction
Package
Description
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.pdfModifier and TypeClassDescriptionclassclass representing a /GoTo object.classClass representing a /GoToR object.classclass used to create a PDF internal linkclassPDF Action which executes some JavaScript code.classThis class represents the /Launch action.classclass used to create a PDF Uri linkMethods in org.apache.fop.pdf that return PDFActionModifier and TypeMethodDescriptionPDFFactory.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 parentvoidSet the pdf action for this link.