Interface INotebookChildNode

INotebookChildNode interface

Represents an Aspose.Note notebook’s child.

public interface INotebookChildNode

Properties

NameDescription
Color { get; }Gets a color. Default value is Color.Empty.
DisplayName { get; }Gets a display name.
Guid { get; }Gets the object’s globally unique id.

See Also