public class NoteTagPropertyStatus extends Object
Gets a bit field representing the status of a note tag.
Constructor and Description |
---|
NoteTagPropertyStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
boolean |
hasFontColor()
Gets whether a note tag has a font color.
|
int |
hashCode()
The get hash code.
|
boolean |
hasHighlightColor()
Gets whether a note tag has a highlight color.
|
boolean |
hasIcon()
Gets whether a note tag has an icon.
|
boolean |
hasLabel()
Gets whether a note tag has a label
|
boolean |
isCustom()
Gets whether a task tag is due at a custom date.
|
boolean |
isLater()
Gets whether a task tag is due later.
|
boolean |
isNextWeek()
Gets whether a task tag is due next week.
|
boolean |
isThisWeek()
Gets whether a task tag is due this week.
|
boolean |
isToday()
Gets whether a task tag is due today
|
boolean |
isTomorrow()
Gets whether a task tag is due tomorrow.
|
static boolean |
op_Equality(NoteTagPropertyStatus left,
NoteTagPropertyStatus right)
The ==.
|
static boolean |
op_Inequality(NoteTagPropertyStatus left,
NoteTagPropertyStatus right)
The !=.
|
void |
setCustom(boolean value)
Gets whether a task tag is due at a custom date.
|
void |
setFontColor(boolean value)
Gets whether a note tag has a font color.
|
void |
setHighlightColor(boolean value)
Gets whether a note tag has a highlight color.
|
void |
setIcon(boolean value)
Gets whether a note tag has an icon.
|
void |
setLabel(boolean value)
Gets whether a note tag has a label
|
void |
setLater(boolean value)
Gets whether a task tag is due later.
|
void |
setNextWeek(boolean value)
Gets whether a task tag is due next week.
|
void |
setThisWeek(boolean value)
Gets whether a task tag is due this week.
|
void |
setToday(boolean value)
Gets whether a task tag is due today
|
void |
setTomorrow(boolean value)
Gets whether a task tag is due tomorrow.
|
public boolean hasLabel()
Gets whether a note tag has a label
public void setLabel(boolean value)
Gets whether a note tag has a label
public boolean hasFontColor()
Gets whether a note tag has a font color.
public void setFontColor(boolean value)
Gets whether a note tag has a font color.
public boolean hasHighlightColor()
Gets whether a note tag has a highlight color.
public void setHighlightColor(boolean value)
Gets whether a note tag has a highlight color.
public boolean hasIcon()
Gets whether a note tag has an icon.
public void setIcon(boolean value)
Gets whether a note tag has an icon.
public boolean isToday()
Gets whether a task tag is due today
public void setToday(boolean value)
Gets whether a task tag is due today
public boolean isTomorrow()
Gets whether a task tag is due tomorrow.
public void setTomorrow(boolean value)
Gets whether a task tag is due tomorrow.
public boolean isThisWeek()
Gets whether a task tag is due this week.
public void setThisWeek(boolean value)
Gets whether a task tag is due this week.
public boolean isNextWeek()
Gets whether a task tag is due next week.
public void setNextWeek(boolean value)
Gets whether a task tag is due next week.
public boolean isLater()
Gets whether a task tag is due later.
public void setLater(boolean value)
Gets whether a task tag is due later.
public boolean isCustom()
Gets whether a task tag is due at a custom date.
public void setCustom(boolean value)
Gets whether a task tag is due at a custom date.
public static boolean op_Equality(NoteTagPropertyStatus left, NoteTagPropertyStatus right)
The ==.
public static boolean op_Inequality(NoteTagPropertyStatus left, NoteTagPropertyStatus right)
The !=.
Copyright (c) 2017 Aspose. All Rights Reserved.