Package | Description |
---|---|
aspose.pdf |
Modifier and Type | Method and Description |
---|---|
JavaScript |
JavaScripts.add()
Initializes a new instance of the
JavaScript class and add
it to the JavaScripts collection. |
JavaScript |
JavaScripts.add(String script)
Initializes a new instance of the
JavaScript class and add
it to the JavaScripts collection. |
JavaScript |
JavaScripts.get_Item(int index)
Gets or sets a
JavaScript object from the collection according to JavaScript index. |
JavaScript |
JavaScripts.get_Item(String jsID)
Gets or sets a
JavaScript object from the collection according to JavaScript ID. |
Modifier and Type | Method and Description |
---|---|
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.set_Item(int index,
JavaScript value) |
void |
JavaScripts.set_Item(String jsID,
JavaScript value) |
Copyright © 2016 Aspose. All Rights Reserved.