Node Properties

Aspose.Note for .NET API

Node Properties

The Node type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the document of the node.
Public propertyIsComposite
Gets a value indicating whether this node is composite. If true the node can have child nodes.
Public propertyNextSibling
Gets the next node at the same node tree level.
Public propertyNodeType
Gets the node type.
Public propertyParentNode
Gets the parent node.
Public propertyPreviousSibling
Gets the previous node at the same node tree level.
Top
See Also