public class NoteTag extends NoteTagCore
Specifies the note tag.
Constructor and Description |
---|
NoteTag() |
Modifier and Type | Method and Description |
---|---|
Color |
getFontColor()
Gets or sets the font color.
|
Color |
getHighlight()
Gets or sets the highlight color.
|
String |
getLabel()
Gets or sets the label text.
|
void |
setFontColor(Color value)
Gets or sets the font color.
|
void |
setHighlight(Color value)
Gets or sets the highlight color.
|
void |
setLabel(String value)
Gets or sets the label text.
|
getCompletedTime, getCreationTime, getIcon, getStatus, setCompletedTime, setCreationTime, setIcon, setStatus
public String getLabel()
Gets or sets the label text.
public void setLabel(String value)
Gets or sets the label text.
public Color getFontColor()
Gets or sets the font color.
public void setFontColor(Color value)
Gets or sets the font color.
public Color getHighlight()
Gets or sets the highlight color.
public void setHighlight(Color value)
Gets or sets the highlight color.
Copyright (c) 2016 Aspose. All Rights Reserved.