Uses of Interface
com.qoppa.pdf.IJavaScriptEnabler

Packages that use IJavaScriptEnabler
com.qoppa.pdf General classes used by different objects throughout the library. 
 

Uses of IJavaScriptEnabler in com.qoppa.pdf
 

Classes in com.qoppa.pdf that implement IJavaScriptEnabler
 class JavaScriptEnabler
          An implementation of IJavaScriptEnabler that can be set to true or false on construction.
 

Methods in com.qoppa.pdf that return IJavaScriptEnabler
static IJavaScriptEnabler JavaScriptSettings.getJSEnabler()
          Get the JavaScriptEnabler.
 

Methods in com.qoppa.pdf with parameters of type IJavaScriptEnabler
static void JavaScriptSettings.setJSEnabler(IJavaScriptEnabler enabler)
          Set the JavaScriptEnabler.