Class PDFAction

java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFAction
All Implemented Interfaces:
PDFWritable
Direct Known Subclasses:
PDFGoTo, PDFGoToRemote, PDFInternalLink, PDFJavaScriptLaunchAction, PDFLaunch, PDFUri

public abstract class PDFAction extends PDFObject
class representing an action object.
  • Constructor Details

    • PDFAction

      public PDFAction()
  • Method Details

    • getAction

      public abstract String getAction()
      represent the action to call this method should be implemented to return the action which gets called by the Link Object. This could be a reference to another object or the specific destination of the link
      Returns:
      the action to place next to /A within a Link
    • encodeScript

      protected String encodeScript(String text)