2022.2

Table Of Contents
collection however has additional methods to support multiple entries with the same name, which is for-
bidden with attributes.
Node properties and methods reference
This topic gives detailed information about all properties and methods of the Node object. The avail-
ability of a property or method with an actual Node object, however, depends on the type of the Node:
"MetaJob" on page165, "MetaGroup" on page166, "MetaDocument" on page168, "MetaDatapage" on
page169, and "MetaPage" on page171.
Properties
Attributes
Returns the attribute collection (MetaCollection) of the current node. See "Attributes" on page184.
Count
Not available in MetaPage
Returns the number of child nodes in the current node.
Fields
Returns the field collection (MetaCollection) of the current node. See "Fields" on page185.
Index
Not available in MetaJob
Gets the index of the node in its parent.
Returns:
The index (0-based) at which the current node is found in the parent's node list.
Exception:
l
EOleException: Index is lower than 0 or higher than Count-1.
NodeType
Returns a value representing the type (TNodeType) of the current node.
Return value Node type
0 Job
2 Group
3 Document
5 Datapage
6 Page
Page 174