Node Constructor (NodeType)

Aspose.Note for .NET API

Node Constructor (NodeType)

Initializes a new instance of the Node class.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
protected Node(
	NodeType nodeType
)
Protected Sub New ( 
	nodeType As NodeType
)
protected:
Node(
	NodeType nodeType
)
new : 
        nodeType : NodeType -> Node

Parameters

nodeType
Type: Aspose.NoteNodeType
The type of the node.
See Also