INotebookChildNode

public interface INotebookChildNode

Represents an Aspose.Note notebook’s child.

Methods

MethodDescription
getDisplayName()
getColor()
getGuid()
getGuidInternal()

getDisplayName()

public abstract String getDisplayName()

Returns: java.lang.String

getColor()

public abstract Color getColor()

Returns: java.awt.Color

getGuid()

public abstract UUID getGuid()

Returns: java.util.UUID

getGuidInternal()

public abstract System.Guid getGuidInternal()

Returns: com.aspose.ms.System.Guid