MetaDocument
Properties
Name | Type | Description |
---|---|---|
Attributes | MetaCollection | Returns the node's attribute collection. (See the Metadata Attributes reference.) |
Integer |
Returns the number of child nodes. |
|
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. |
|
Bool |
Indicates whether or not the Node is set to be printed. |
|
Integer |
Returns the number child nodes selected to be output. (See also: Including or excluding nodes from the output.) |
|
Integer |
Returns an integer indicating whether the node is selected or not, taking its parents into account. |
Methods
Name | Return type | Description |
---|---|---|
Node |
Adds a new child node to the current node. |
|
String | Returns the specified attribute's value. | |
String | Returns the value of the attribute of the specified name. | |
Deletes all the child nodes as well as the attributes and fields. |
||
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 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. |
|
Datapage(Integer Index), see Item(Integer Index) |
Node |
Returns the MetaDatapage at the specified index. |
Integer |
Returns the total number of pages present underneath this node. |
|
Paste() |
Node |
Inserts the clipboard's content as the last child of the current node. |
Node |
Inserts the clipboard's content as a child node at the specified index. |
|
|
Selects the child nodes according to the SelectWhat parameter. |
|
Integer |
Returns the number of pages selected to be output that are underneath this node. |
|
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. |
|
|
Sorts the sub-nodes according to a number of criteria. |