2020.2

Table Of Contents
"IndexInGroup()" on page226 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226 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
page227
Node Returns the child (node) item located at the
specified index.
"SelectedIndexInDocument()"
on page229
Integer Index of the page among all the selected
pages in its parent Document.
"SelectedIndexInGroup()" on
page230
Integer Index of the page among all the selected
pages in its parent Group.
"SelectedIndexInJob()" on
page230
Integer Index of the page among all the selected
pages in the Job.
Node
Node objects are items in the Metadata's single-rooted tree-like structure. Each Node item is a
collection of its lower level Node type. There are 5 types of Metadata Node objects:
l "MetaJob" on page201
l "MetaGroup" on page204
l "MetaDocument" on page207
l "MetaDatapage" on page211
l "MetaPage" on page214
The MetaJob is a collection of MetaGroup objects, where each MetaGroup is a collection of one
or more MetaDocument objects, and so on, except for the MetaPage which does not have child
nodes.
Page 216