2022.2

Table Of Contents
"FieldByNameIndex(const String Name, Integer Index)" on page179 String Returns the value of the N'th field of the specified name.
"Item(Integer Index)" on page180 Node Returns the child (node) item located at the specified index.
Group(Integer Index), see "Item(Integer Index)" on page180 Node Returns the MetaGroup at the specified index.
"PageCount()" on page180 Integer
Returns the total number of pages present underneath this
node.
"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.
"Select(TSelectWhat SelectWhat)" on page181
Selects the child nodes according to the SelectWhat para-
meter.
The TSelectWhat type is not defined in an Active Script envir-
onment, such as the Run Script task. See the detailed ref-
erence for the numerical values to use.
"SelectedDatapageCount()" on page181 Integer
Returns the number of datapages selected to be output that
are underneath this node.
"SelectedDocumentCount()" on page182 Integer
Returns the number of documents selected to be output that
are underneath this node.
"SelectedPageCount()" on page183 Integer
Returns the number of pages selected to be output that are
underneath this node.
"Sort(const String Name, optional TSortFlags Flags, optional const String
Name2, optional TSortFlags Flags2, optional const String Name3,
optional TSortFlags Flags3)" on page183
Sorts the sub-nodes according to a number of criteria.
MetaGroup
Properties
Name Type Description
"Attributes" on
page184
MetaCollection Returns the node's attribute collection. (See the "Metadata Attributes reference" on page73.)
"Count" on page174 Integer Returns the number of child nodes.
"Fields" on page185 MetaCollection Returns the node's field collection.
"Index" on page174 Integer Gets the index of the node in its parent.
"NodeType" on
page174
TNodeType
Returns the node type of the current Node.
Note that the TNodeType type is not defined in an Active Script environment, such as the Run Script task. See the
detailed reference for the numerical values to use.
"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.)
Page 166