INoteTag

All Implemented Interfaces: com.aspose.note.ITag

public interface INoteTag extends ITag

The interface for note tags(i.e. tags that are not associated with Outlook tasks).

Methods

MethodDescription
setLabel(String value)Sets the label text.
getFontColor()Gets the font color.
setFontColor(Color value)Sets the font color.
getHighlight()Gets the highlight color.
setHighlight(Color value)Sets the highlight color.

setLabel(String value)

public abstract void setLabel(String value)

Sets the label text.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getFontColor()

public abstract Color getFontColor()

Gets the font color.

Returns: java.awt.Color

setFontColor(Color value)

public abstract void setFontColor(Color value)

Sets the font color.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

getHighlight()

public abstract Color getHighlight()

Gets the highlight color.

Returns: java.awt.Color

setHighlight(Color value)

public abstract void setHighlight(Color value)

Sets the highlight color.

Parameters:

ParameterTypeDescription
valuejava.awt.Color