public final class AnnotationStateModel
extends com.aspose.ms.System.Enum
The state model corresponding to state of annotation.
Modifier and Type | Field and Description |
---|---|
static int |
Marked
The annotation has been marked (or unmarked) by the user.
|
static int |
Review
The annotation has been reviewed (accepted, rejected, cancelled, completed, none) by the
user.
|
static int |
Undefined
Not defined state model.
|
public static final int Undefined
Not defined state model.
public static final int Marked
The annotation has been marked (or unmarked) by the user.
public static final int Review
The annotation has been reviewed (accepted, rejected, cancelled, completed, none) by the user.