2022.2

Table Of Contents
"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.
"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.
Datapage(Integer Index), see "Item(Integer Index)" on page180 Node Returns the MetaDatapage 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.
"SelectedPageCount()" on page183 Integer
Returns the number of pages selected to be output that are
underneath this node.
"SelectedIndexInGroup()" on page182 Integer
Index of the page among all the selected pages in its parent
Group.
"SelectedIndexInJob()" on page182 Integer Index of the page among all the selected pages in the Job.
"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.
MetaDatapage
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.
Page 169