MetaPage

Properties

Name Type Description
Attributes MetaCollection Returns the node's attribute collection. (See the Metadata Attributes reference.)
Fields MetaCollection

Returns the node's field collection.

Index

Integer

Gets the index of the node in its parent.

NodeType TNodeType Returns the node type of the current Node.
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

Node

Returns the parent node of the current node.

Methods

Name Return type Description

AttributeByIndex(Integer Index)

String Returns the specified attribute's value.

AttributeByName(const String Name)

String Returns the value of the attribute of the specified name.

Copy()

 

Places a copy of the node in the metadata clipboard.

Cut()   Removes the node and places it in the metadata clipboard.

Delete()

 

Deletes the node.

FieldByIndex(Integer Index)

String

Returns the specified field's value.

FieldByName(const String Name)

String

Returns the value of field of the specified name.

FieldByNameIndex(const String Name, Integer Index)

String

Returns the value of the N'th field of the specified name.

IndexInDocument()

Integer

Returns the index of this page in its parent document, taking all the pages from all the datapages into account.

IndexInGroup()

Integer

Returns the index of this page in its parent group, taking all the pages from all the datapages from all documents into account.

IndexInJob()

Integer

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.

Item(Integer Index)

Node

Returns the child (node) item located at the specified index.

SelectedIndexInDocument()

Integer

Index of the page among all the selected pages in its parent Document.

SelectedIndexInGroup()

Integer

Index of the page among all the selected pages in its parent Group.

SelectedIndexInJob()

Integer

Index of the page among all the selected pages in the Job.