2019.1

Table Of Contents
on
page207
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.
"Parent" on
page208
Node Returns the parent node of the current node.
Methods
Name Return
type
Description
"AttributeByIndex(Integer
Index)" on page210
String Returns the specified attribute's value.
"AttributeByName(const
String Name)" on page210
String Returns the value of the attribute of the specified
name.
"Copy() " on page210 Places a copy of the node in the metadata
clipboard.
"Cut()" on page211 Removes the node and places it in the metadata
clipboard.
"Delete()" on page211 Deletes the node.
"FieldByIndex(Integer
Index)" on page212
String Returns the specified field's value.
"FieldByName(const String
Name)" on page212
String Returns the value of field of the specified name.
"FieldByNameIndex(const
String Name, Integer
Index)" on page213
String Returns the value of the N'th field of the specified
name.
"IndexInDocument()" on Integer Returns the index of this page in its parent
Page 203