public class NoteTag extends NoteTagCore
Specifies the note tag.
Constructor and Description |
---|
NoteTag() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(NoteTag other)
Determines whether the specified object is equal to the current object.
|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object.
|
Color |
getFontColor()
Gets or sets the font color.
|
Color |
getHighlight()
Gets or sets the highlight color.
|
String |
getLabel()
Gets or sets the label text.
|
int |
hashCode()
Serves as a hash function for the type.
|
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.
|
equals, 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.
public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
public boolean equals(NoteTag other)
Determines whether the specified object is equal to the current object.
other
- The object.bool
.public int hashCode()
Serves as a hash function for the type.
hashCode
in class NoteTagCore
int
.Copyright (c) 2017 Aspose. All Rights Reserved.