|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetScript () |
| Get JavaScript script. More... | |
| def | SetScript (script) |
| Set JavaScript script. More... | |
JavaScript action is an action that causes a script to be compiled and executed by the JavaScript interpreter.
Class fsdk.JavaScriptAction is derived from Action and offers functions to get/set JavaScript action data.
| def fsdk.JavaScriptAction.GetScript | ( | ) |
Get JavaScript script.
| def fsdk.JavaScriptAction.SetScript | ( | script | ) |
Set JavaScript script.
| [in] | script | A JavaScript script to be set. It should not be an empty string. |