2020.2

Table Of Contents
Returns the index of this page in its parent group, taking all the pages from all the datapages
from all documents into account.
Returns:
Absolute index (integer, 0-based) of the page within all the pages under the parent group.
IndexInJob()
Not available in MetaJob
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.
Returns:
Absolute index (0-based) of the page within all the pages in the job.
Item(Integer Index)
Group (Integer Index ) MetaJob only
Document (Integer Index ) MetaGroup only
Datapage (Integer Index ) MetaDocument only
Page (Integer Index ) MetaDatapage only
Returns the child node located at the specified index.
Parameters:
Index
0-based index of the node to retrieve. The index of the first node is 0 and the index of the last
is Count-1.
Returns:
Reference to the specified node.
Page 222