Node Properties
Aspose.Note for .Net
Node Properties |
The Node type exposes the following members.
| Name | Description | |
|---|---|---|
| Document |
Gets the document of the node.
| |
| IsComposite |
Gets a value indicating whether this node is composite. If true the node can have child nodes.
| |
| NextSibling |
Gets the next node at the same node tree level.
| |
| NodeType |
Gets the node type.
| |
| ParentNode |
Gets the parent node.
| |
| PreviousSibling |
Gets the previous node at the same node tree level.
|