CompositeNode(T).IsComposite Property

Aspose.Note for .NET API

CompositeNodeTIsComposite Property

Checks whether the node is composite. If true then the node can have child nodes.

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

Property Value

Type: Boolean
See Also