Class PDFAction

    • Constructor Detail

      • PDFAction

        public PDFAction()
    • Method Detail

      • getAction

        public abstract java.lang.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 java.lang.String encodeScript​(java.lang.String text)