2022.2

Table Of Contents
Returns:
Absolute index (0-based) of the page within all the pages in the job.
Item(Integer Index)
Group (Integer Index ) MetaJob only
Document (Integer Index ) MetaGroup only
Datapage (Integer Index ) MetaDocument only
Page (Integer Index ) MetaDatapage only
Returns the child node located at the specified index.
Parameters:
Index
0-based index of the node to retrieve. The index of the first node is 0 and the index of the last is
Count-1.
Returns:
Reference to the specified node.
Exception:
l
EOleException: Index is lower than 0 or higher than Count-1.
PageCount()
MetaJob, MetaGroup and MetaDocument only
Returns the number of MetaPage in all child nodes. This methods recursively goes through all child
nodes to count the total number of MetaPage that are contained underneath the current node.
Returns:
Total number of MetaPage found under the current node.
Paste()
Not available in MetaPage
Inserts the contents of the metadata clipboard as the last child node of the current node. This removes
the node from the clipboard, making it empty after the paste operation.
Returns:
Reference to the top node being pasted.
Page 180