CompositeNode(T) Constructor (Document, NodeType)

Aspose.Note for .NET API

CompositeNodeT Constructor (Document, NodeType)

Initializes a new instance of the CompositeNodeT class. The class protected constructor.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
protected CompositeNode(
	Document document,
	NodeType nodeType
)
Protected Sub New ( 
	document As Document,
	nodeType As NodeType
)
protected:
CompositeNode(
	Document^ document, 
	NodeType nodeType
)
new : 
        document : Document * 
        nodeType : NodeType -> CompositeNode

Parameters

document
Type: Aspose.NoteDocument
Parent document for the node.
nodeType
Type: Aspose.NoteNodeType
Type of the node.
See Also