Constructor and Description |
---|
NoteTask()
Deprecated.
Obsolete since 21.9 release. Use static methods to create tag of appropriate kind.
|
Modifier and Type | Method and Description |
---|---|
static NoteTask |
createCustomFollowUpDate(Date dueDate)
Creates a new note task with NoFollowUpDateFlag icon and specified due date.
|
static NoteTask |
createFollowUpNextWeek()
* Creates a new note tag with FollowUpNextWeekFlag icon.
|
static NoteTask |
createFollowUpThisWeek()
* Creates a new note tag with FollowUpThisWeekFlag icon.
|
static NoteTask |
createFollowUpToday()
* Creates a new note tag with FollowUpTodayFlag icon.
|
static NoteTask |
createFollowUpTomorrow()
* Creates a new note tag with FollowUpTomorrowFlag icon.
|
static NoteTask |
createNoFollowUpDate()
* Creates a new note tag with NoFollowUpDateFlag icon.
|
boolean |
equals(NoteTask 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.
|
Date |
getDueDate()
Gets or sets the due date.
|
int |
getIcon()
Gets or sets the icon.
|
String |
getLabel()
Gets the label text.
|
int |
getTaskType()
Deprecated.
Obsolete since 21.9 release. Avoid usage of this property.
|
int |
hashCode()
Serves as a hash function for the type.
|
void |
setDueDate(Date value)
Gets or sets the due date.
|
void |
setIcon(int value)
Deprecated.
Obsolete since 21.9 release. Use SetCompleted method if appropriate.
|
void |
setOpen()
Sets the tag to open state.
|
void |
setTaskType(int value)
Deprecated.
Obsolete since 21.9 release. Avoid usage of this property.
|
getChecked, getCompletedTime, getCreationTime, getStatus, setCompleted, setCompleted, setCompletedTime, setCreationTime, setStatus
@Deprecated public NoteTask()
Initializes a new instance of the NoteTask
class.
public static NoteTask createFollowUpNextWeek()
* Creates a new note tag with FollowUpNextWeekFlag icon.
NoteTask
.public static NoteTask createFollowUpThisWeek()
* Creates a new note tag with FollowUpThisWeekFlag icon.
NoteTask
.public static NoteTask createFollowUpToday()
* Creates a new note tag with FollowUpTodayFlag icon.
NoteTask
.public static NoteTask createFollowUpTomorrow()
* Creates a new note tag with FollowUpTomorrowFlag icon.
NoteTask
.public static NoteTask createNoFollowUpDate()
* Creates a new note tag with NoFollowUpDateFlag icon.
NoteTask
.public static NoteTask createCustomFollowUpDate(Date dueDate)
Creates a new note task with NoFollowUpDateFlag icon and specified due date.
dueDate
- The due Date.NoteTask
.@Deprecated public final int getTaskType()
@Deprecated public final void setTaskType(int value)
public Date getDueDate()
Gets or sets the due date.
Value: TheDateTime
.public void setDueDate(Date value)
Gets or sets the due date.
Value: TheDateTime
.public int getIcon()
Gets or sets the icon.
Value: TheTagIcon
.@Deprecated public void setIcon(int value)
Gets or sets the icon.
Value: TheTagIcon
.public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
public boolean equals(NoteTask 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.
Copyright (c) 2002-2022 Aspose. All Rights Reserved.