2022.2

Table Of Contents
"Parent" on
page175
Node Returns the parent node of the current node.
"Selected" on
page175
Bool Indicates whether or not the Node is set to be printed.
"SelectedCount" on
page175
Integer
Returns the number child nodes selected to be output. (See also: "Including or excluding nodes from the out-
put" on page173.)
"SelectedState" on
page175
Integer
Returns an integer indicating whether the node is selected or not, taking its parents into account.
0: The node is not selected.
1: The node is selected but one of its parents is not.
2: The node and all of its parents are selected.
Methods
Name
Return
type
Description
"Add(Integer Index)" on page176 Node Adds a new child node to the current node.
"AttributeByIndex(Integer Index)" on page176 String Returns the specified attribute's value.
"AttributeByName(const String Name)" on page177 String Returns the value of the attribute of the specified name.
"Clear()" on page177
Deletes all the child nodes as well as the attributes and
fields.
"Copy() " on page177 Places a copy of the node in the metadata clipboard.
"Cut()" on page177 Removes the node and places it in the metadata clipboard.
"Delete()" on page177 Deletes the node.
"FieldByIndex(Integer Index)" on page178 String Returns the specified field's value.
"FieldByName(const String Name)" on page178 String Returns the value of field of the specified name.
"FieldByNameIndex(const String Name, Integer Index)" on page179 String Returns the value of the N'th field of the specified name.
"IndexInDocument()" on page179 Integer
Returns the index of this page in its parent document, taking
all the pages from all the datapages into account.
"IndexInGroup()" on page179 Integer
Returns the index of this page in its parent group, taking all
the pages from all the datapages from all documents into
account.
"IndexInJob()" on page179 Integer
Returns the index of this page in the job, taking all the pages
from all the datapages from all the documents from all the
groups into account.
"Item(Integer Index)" on page180 Node Returns the child (node) item located at the specified index.
Page(Integer Index), see , see "Item(Integer Index)" on page180 Returns the MetaPage at the specified index.
"Paste()" on page180 Node
Inserts the clipboard's content as the last child of the current
node.
"PasteAt(Integer Index)" on page181 Node
Inserts the clipboard's content as a child node at the spe-
cified index.
Page 170