Aspose.Note for .Net
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

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