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. |
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. |
Node |
Returns the parent node of the current node. |
Methods
Name | Return type | Description |
---|---|---|
String | Returns the specified attribute's value. | |
String | Returns the value of the attribute of the specified name. | |
Places a copy of the node in the metadata clipboard. |
||
Cut() | Removes the node and places it in the metadata clipboard. | |
|
Deletes the node. |
|
String |
Returns the specified field's value. |
|
String |
Returns the value of field of the specified name. |
|
String |
Returns the value of the N'th field of the specified name. |
|
Integer |
Returns the index of this page in its parent document, taking all the pages from all the datapages into account. |
|
Integer |
Returns the index of this page in its parent group, taking all the pages from all the datapages from all documents into account. |
|
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. |
|
Node |
Returns the child (node) item located at the specified index. |
|
Integer |
Index of the page among all the selected pages in its parent Document. |
|
Integer |
Index of the page among all the selected pages in its parent Group. |
|
Integer |
Index of the page among all the selected pages in the Job. |