JavaScriptAction Class
An action that executes JavaScript code in a PDF document.
Declaration
public class JavaScriptAction extends InteractiveAction
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
JavaObject
InteractiveAction
JavaScriptAction
JavaScriptAction()
Initializes a new instance of the JavaScriptAction class.
Declaration
public JavaScriptAction()
Methods
getJavaScript() Method
Returns a JavaScript code associated with this action.
Declaration
public String getJavaScript()
Returns
| Type | Description |
|---|---|
| String | The JavaScript code associated with this action. |
setJavaScript(String value) Method
Sets a JavaScript code associated with this action.
Declaration
public void setJavaScript(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The JavaScript code associated with this action. |