2020.1

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