|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
JavaScript action object. More...
Public Member Functions | |
| getScript () | |
| Get JavaScript script. More... | |
| setScript (script) | |
| Set JavaScript script. More... | |
Public Member Functions inherited from Action | |
| getSubAction (index) | |
| Get a sub-action by index. More... | |
| getSubActionCount () | |
| Get the count of sub-actions. More... | |
| getType () | |
| Get action type. More... | |
| insertSubAction (index, action) | |
| Insert a new sub-action to the location specified by index. More... | |
| removeAllSubActions () | |
| Remove all the sub-actions. More... | |
| removeSubAction (index) | |
| Remove a sub-action, specified by index. More... | |
| setSubAction (index, action) | |
| Set a sub-action by index. More... | |
JavaScript action object.
|
inline |
Get JavaScript script.
|
inline |
Set JavaScript script.
| script | string - A JavaScript script to be set. It should not be an empty string. |