2020.2

Table Of Contents
values to use.
"Parent" on
page220
Node Returns the parent node of the current node.
Methods
Name Return
type
Description
"AttributeByIndex(Integer
Index)" on page222
String Returns the specified attribute's value.
"AttributeByName(const String
Name)" on page222
String Returns the value of the attribute of the
specified name.
"Copy() " on page223 Places a copy of the node in the metadata
clipboard.
"Cut()" on page223 Removes the node and places it in the
metadata clipboard.
"Delete()" on page223 Deletes the node.
"FieldByIndex(Integer Index)"
on page224
String Returns the specified field's value.
"FieldByName(const String
Name)" on page225
String Returns the value of field of the specified
name.
"FieldByNameIndex(const
String Name, Integer Index)"
on page225
String Returns the value of the N'th field of the
specified name.
"IndexInDocument()" on
page226
Integer Returns the index of this page in its parent
document, taking all the pages from all the
datapages into account.
Page 215