Class OperationJavaScriptActionExecuteJavaScript


  • public class OperationJavaScriptActionExecuteJavaScript
    extends Object
    The executeJavaScript action runs passed JavaScript code.
    • Constructor Detail

      • OperationJavaScriptActionExecuteJavaScript

        public OperationJavaScriptActionExecuteJavaScript()
    • Method Detail

      • getJsAction

        @Nullable
        public @Nullable String getJsAction()
        A string that contains all the required JavaScript statements. References to libraries and external definitions will be valid as long as they are supported by the PDF standard and the reader application provides the corresponding interfaces.
        Returns:
        jsAction
      • setJsAction

        public void setJsAction​(String jsAction)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object