public final class ActionItemType
extends com.aspose.ms.System.Enum
Gets the identifier of a note tag
Modifier and Type | Field and Description |
---|---|
static int |
DueNextWeek
Due next week
|
static int |
DueOnCustomDate
Due on a custom date
|
static int |
DueThisWeek
Due this week
|
static int |
DueToday
Due today.
|
static int |
DueTomorrow
Due tomorrow
|
static int |
NoDueDate
No due date
|
static int |
Tag
Note tag
|
public static final int Tag
Note tag
public static final int DueToday
Due today.
public static final int DueTomorrow
Due tomorrow
public static final int DueThisWeek
Due this week
public static final int DueNextWeek
Due next week
public static final int NoDueDate
No due date
public static final int DueOnCustomDate
Due on a custom date
Copyright (c) 2017 Aspose. All Rights Reserved.