INotebookChildNode Interface

Aspose.Note for .NET API

INotebookChildNode Interface

Represents an Aspose.Note notebook's child.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public interface INotebookChildNode
Public Interface INotebookChildNode
public interface class INotebookChildNode
type INotebookChildNode =  interface end

The INotebookChildNode type exposes the following members.

Properties
  NameDescription
Public propertyColor
Gets a color. Default value is Color.Empty.
Public propertyDisplayName
Gets a display name.
Public propertyGuid
Gets the object's globally unique id.
Top
See Also