JavaScriptCollection
Inheritance: java.lang.Object, com.aspose.pdf.JavaScriptCollection
public class JavaScriptCollection extends Object
This class represents collection of JavaScript.
Methods
| Method | Description |
|---|---|
| get_Item | Gets JavaScript from collection by its key. |
| getKeys | List of keys in JavaScript collection. |
| remove | Removes JavaScript by its name. |
| set_Item | Sets JavaScript from collection by its key. |
get_Item
Gets JavaScript from collection by its key.
getKeys
public List < String > getKeys()
List of keys in JavaScript collection.
Returns:
{@code List
remove
Removes JavaScript by its name.
set_Item
Sets JavaScript from collection by its key.