Browse our Products

Aspose.Note for Java 22.7 Release Notes

Features and Improvements

KeySummaryCategory
NOTENET-2774Fix invalid background color for TableBug

Public API and Backward Incompatible Changes

The following public types were removed:Description
Aspose.Note.TaskTypeSpecifies the type of the note task node.
The following public constants were removed:Description
com.aspose.note.TaskType.DueTodayDue today.
com.aspose.note.TaskType.DueTomorrowDue tomorrow.
com.aspose.note.TaskType.DueThisWeekDue this week.
com.aspose.note.TaskType.DueNextWeekDue next week.
com.aspose.note.TaskType.NoDueDateNo due date.
com.aspose.note.TaskType.DueOnCustomDateDue on a custom date.
The following public methods were removed:Description
com.aspose.note.NoteTask.#ctorInitializes a new instance of the NoteTask class.
com.aspose.note.NoteTask.getTaskTypeGets the task type.
com.aspose.note.NoteTask.setTaskTypeSets the task type.
com.aspose.note.NoteTask.setIcon(int)Sets the icon.
com.aspose.note.CheckBox.setCompletedTime(java.util.Date)Sets the completed time.
com.aspose.note.CheckBox.setIcon(int)Sets the icon.
com.aspose.note.CheckBox.setStatus(int)Sets the status.
com.aspose.note.ITag.setCompletedTime(java.util.Date)Sets the completed time.
com.aspose.note.ITag.setIcon(int)Sets the icon.
com.aspose.note.ITag.setStatus(int)Sets the status.
com.aspose.note.NoteCheckBox.getActionItemTypeSets the action item type.
com.aspose.note.NoteCheckBox.setActionItemType(int)Sets the action item type.
com.aspose.note.NoteCheckBox.setIcon(int)Sets the icon.
com.aspose.note.NoteTag.#ctorInitializes a new instance of the NoteTag class without icon.
com.aspose.note.NoteTag.getActionItemTypeSets the action item type.
com.aspose.note.NoteTag.setActionItemType(int)Sets the action item type.
com.aspose.note.NoteTag.setCompletedTime(java.util.Date)Sets the completed time.
com.aspose.note.NoteTag.setStatus(int)Sets the status.