2019.1

Table Of Contents
page213 document, taking all the pages from all the
datapages into account.
"IndexInGroup()" on
page214
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214 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
page214
Node Returns the child (node) item located at the
specified index.
"SelectedIndexInDocument
()" on page217
Integer Index of the page among all the selected pages in
its parent Document.
"SelectedIndexInGroup()"
on page217
Integer Index of the page among all the selected pages in
its parent Group.
"SelectedIndexInJob()" on
page218
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189
l "MetaGroup" on page192
l "MetaDocument" on page195
l "MetaDatapage" on page199
l "MetaPage" on page202
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 204