JavaScriptCollection

Inheritance: java.lang.Object, com.aspose.pdf.JavaScriptCollection

public class JavaScriptCollection extends Object

This class represents collection of JavaScript.

Methods

MethodDescription
get_ItemGets JavaScript from collection by its key.
getKeys

List of keys in JavaScript collection.

removeRemoves JavaScript by its name.
set_ItemSets 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 collection }

remove

Removes JavaScript by its name.

set_Item

Sets JavaScript from collection by its key.