Uses of Class
aspose.pdf.JavaScript

Uses of JavaScript in aspose.pdf
 

Methods in aspose.pdf that return JavaScript
 JavaScript JavaScripts.add()
          Initializes a new instance of the JavaScript class and add it to the JavaScripts collection.
 JavaScript JavaScripts.add(java.lang.String script)
          Initializes a new instance of the JavaScript class and add it to the JavaScripts collection.
 JavaScript JavaScripts.getJavaScript(int index)
          Gets a JavaScript object from the collection according to JavaScript index.
 JavaScript JavaScripts.getJavaScript(java.lang.String jsID)
          Gets a JavaScript object from the collection according to JavaScript ID.
 

Methods in aspose.pdf with parameters of type JavaScript
 void JavaScripts.add(JavaScript script)
          Adds a new JavaScript object into the collection.
 int JavaScripts.indexOf(JavaScript js)
          Gets the index of a specified JavaScript in the collection.
 void JavaScripts.insert(int index, JavaScript js)
          Inserts a new JavaScript object into the collection at specified position.
 void JavaScripts.setJavaScript(int index, JavaScript value)
          Sets a JavaScript object from the collection according to JavaScript index.
 void JavaScripts.setJavaScript(java.lang.String jsID, JavaScript value)
          Sets a JavaScript object from the collection according to JavaScript ID.