Interface INotebookChildNode

Interface INotebookChildNode

Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)

Represents an Aspose.Note notebook’s child.

public interface INotebookChildNode

Properties

Color

Gets a color. Default value is Color.Empty.

Color Color { get; }

Property Value

Color

DisplayName

Gets a display name.

string DisplayName { get; }

Property Value

string

Guid

Gets the object’s globally unique id.

Guid Guid { get; }

Property Value

Guid