Aspose.Note for .Net
Node Class |
The base class for all nodes of an Aspose.Note document.

SystemObject Aspose.NoteNode
Aspose.NoteAttachedFile
Aspose.NoteCompositeNodeBase
Aspose.NoteImage
Aspose.NoteRichText
Aspose.NoteAttachedFile
Aspose.NoteCompositeNodeBase
Aspose.NoteImage
Aspose.NoteRichText
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

The Node type exposes the following members.

Name | Description | |
---|---|---|
![]() | Node(NodeType) |
Initializes a new instance of the Node class.
|
![]() | Node(Document, NodeType) |
Initializes a new instance of the Node class.
The class protected constructor.
|

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.
|

Name | Description | |
---|---|---|
![]() | Accept |
Accepts the visitor of the node.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
