| Name |
Description |
| Children |
Returns a collection of all the child nodes in the document tree |
| Document |
Returns the document object this node resides in |
| FirstChild |
Returns the first child node in the document tree |
| Handle |
Returns a unique ID of the tree node |
| IsGroupChild |
Returns True if the node is inside a group |
| LastChild |
Returns the last child node in the document tree |
| Layer |
Returns the layer object this node resides on |
| Name |
Gets or sets the name property of the tree node |
| Next |
Returns the next sibling node in the document tree |
| NextSelected |
Returns the next selected node in the selection chain |
| Page |
Returns the page object this node resides on |
| Parent |
Returns the parent node in the document tree |
| Previous |
Returns the previous sibling node in the document tree |
| Selected |
Returns True if the node is selected in the document |
| Shape |
Returns the real document shape object this tree node represents |
| ShapeType |
Returns the type of the shape the shape tree node represents |
| Type |
Returns the type of the tree node |
| VirtualShape |
Returns a virtual shape object this node represents |