| Package | Description |
|---|---|
| com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
| Modifier and Type | Method and Description |
|---|---|
static NoteTask |
NoteTask.createCustomFollowUpDate(Date dueDate)
Creates a new note task with NoFollowUpDateFlag icon and specified due date.
|
static NoteTask |
NoteTask.createFollowUpNextWeek()
* Creates a new note tag with FollowUpNextWeekFlag icon.
|
static NoteTask |
NoteTask.createFollowUpThisWeek()
* Creates a new note tag with FollowUpThisWeekFlag icon.
|
static NoteTask |
NoteTask.createFollowUpToday()
* Creates a new note tag with FollowUpTodayFlag icon.
|
static NoteTask |
NoteTask.createFollowUpTomorrow()
* Creates a new note tag with FollowUpTomorrowFlag icon.
|
static NoteTask |
NoteTask.createNoFollowUpDate()
* Creates a new note tag with NoFollowUpDateFlag icon.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NoteTask.equals(NoteTask other)
Determines whether the specified object is equal to the current object.
|
Copyright (c) 2002-2021 Aspose. All Rights Reserved.