| com.pspdfkit.javascript.JavaScriptProvider |
Handles all JavaScript related operations on the owning document.
Retrieve it with getJavaScriptProvider()
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
executeDocumentLevelScripts()
Loads and evaluates top level JavaScript scripts that are associated with the document.
| ||||||||||
| abstract boolean |
isJavaScriptEnabled()
Returns
true if JavaScript processing is enabled for this document. | ||||||||||
| abstract void |
setJavaScriptEnabled(boolean isJavaScriptEnabled)
Controls whether JavaScript processing is enabled for this document.
| ||||||||||
Loads and evaluates top level JavaScript scripts that are associated with the document.
Returns true if JavaScript processing is enabled for this document.
true when JavaScript processing is enabled, false otherwise.
Controls whether JavaScript processing is enabled for this document. Defaults to false.
Note: Processing JavaScript can be slow for documents with a large number of document providers or scripts.
Disabling in most cases will not have any negative effects.
| isJavaScriptEnabled | true to enable JavaScript processing, false to disable.
|
|---|