2021.1

Table Of Contents
3 Document
5 Datapage
6 Page
Note
In an Active Script environment, such as the Run Script task, the return value is a
numerical value.
However, in environments where the TNodeType type is defined, the node types are
ntJob, ntGroup, ntDocument, ntDatapage, and ntPage.
Parent
Not available in MetaPage
Returns the parent node of the current node.
Selected
Not available in MetaPage
Indicates whether or not the node is set to be printed (see "Including or excluding nodes from
the output" on page216). If a node has its Selected property set to true, all of its child that also
have their own Selected property set to true will print. If Selected is false, its child will not print,
regardless of their Selected status.
(reading) Returns:
True if the node is selected, false otherwise.
(writing) Parameters:
Select True to mark as selected to be printed, false if it is not to be printed.
SelectedCount
Not available in MetaPage
Page 219