2020.1

Table Of Contents
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.
PasteAt(Integer Index)
Not available in MetaPage
Inserts the contents of the metadata clipboard at the specified index in the current node. This
removes the node from the clipboard, making it empty after the paste operation.
Page 225