CompositeNodeBase Properties

Aspose.Note for .NET API

CompositeNodeBase Properties

The CompositeNodeBase type exposes the following members.

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