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
DisplayName
Gets a display name.
string DisplayName { get; }
Property Value
Guid
Gets the object’s globally unique id.
Guid Guid { get; }