2019.2

Table Of Contents
Return value: String. Value of the key at the specified index.
Exceptions
l EOleException Index is lower than 0 or higher than Count-1.
Sort()
Sorts the items in the list according to their key. The sort performed is a simple alphabetical
string sort: 30 comes after 200. The strings are expected to be formatted correctly to return the
desired order (ex: "030", "200" will be sorted with 30 first and then 200).
SortByValue()
Sorts the items in the list according to their value instead of the key.
Value(Integer Index )
Retrieves the value of the optional integer at the specified index.
Index
0-based index (integer) of the value to retrieve.
Return value: The integer value at the specified index.
Exceptions
l EOleException: Index is lower than 0 or higher than Count-1.
AlambicEdit API reference
The AlambicEdit library allows Workflow to access, create or modify PDF files. It does so by
wrapping Adobe PDF Library API calls in an object-oriented COM API. The use of COM as the
underlying technology allows Workflow's scripting environment to create an instance of that
COM object through the Watch.GetPDFEditObject method (see "The Watch Object" on
page158).
The object's hierarchy is modeled on the PDF document structure:
Page 250