AnnotationStateModel
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < AnnotationStateModel > com.aspose.pdf.AnnotationStateModel, java.lang.Enum < AnnotationStateModel >, com.aspose.pdf.AnnotationStateModel
All Implemented Interfaces: Serializable, Comparable < AnnotationStateModel >
public enum AnnotationStateModel extends Enum < AnnotationStateModel >
The state model corresponding to state of annotation.
Fields
| Field | Description |
|---|---|
| Marked | The annotation has been marked (or unmarked) by the user. |
| Review | The annotation has been reviewed (accepted, rejected, cancelled, completed, none) by the user. |
| Undefined | Not defined state model. |
Methods
| Method | Description |
|---|---|
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Marked
public static final AnnotationStateModel Marked
The annotation has been marked (or unmarked) by the user.
Review
public static final AnnotationStateModel Review
The annotation has been reviewed (accepted, rejected, cancelled, completed, none) by the user.
Undefined
public static final AnnotationStateModel Undefined
Not defined state model.
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static AnnotationStateModel [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared