Node.IsComposite Property

Aspose.Note for .NET API

NodeIsComposite Property

Gets a value indicating whether this node is composite. If true the node can have child nodes.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public virtual bool IsComposite { get; }
Public Overridable ReadOnly Property IsComposite As Boolean
	Get
public:
virtual property bool IsComposite {
	bool get ();
}
abstract IsComposite : bool with get
override IsComposite : bool with get

Property Value

Type: Boolean
See Also