public final class AnnotationState
extends com.aspose.ms.System.Enum
The enumeration of states to which the original annotation can be set.
Modifier and Type | Field and Description |
---|---|
static int |
Accepted
The user agrees with the change.
|
static int |
Cancelled
The change has been cancelled.
|
static int |
Completed
The change has been completed.
|
static int |
Marked
The annotation has been marked by the user.
|
static int |
None
The user has indicated nothing about the change.
|
static int |
Rejected
The user disagrees with the change.
|
static int |
Undefined
Not defined state.
|
static int |
Unmarked
The annotation has not been marked by the user.
|
public static final int Undefined
Not defined state.
public static final int Marked
The annotation has been marked by the user.
public static final int Unmarked
The annotation has not been marked by the user.
public static final int Accepted
The user agrees with the change.
public static final int Rejected
The user disagrees with the change.
public static final int Cancelled
The change has been cancelled.
public static final int Completed
The change has been completed.
public static final int None
The user has indicated nothing about the change.