2019.2

Table Of Contents
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.
Exception:
l EOleException: The node type of the clipboard and the current node don't match. For
example, trying to paste a MetaGroup in a MetaGroup or a MetaPage in a MetaDocument.
Page 228