AnnotationState
Inheritance: java.lang.Object, java.lang.Enum < AnnotationState > com.aspose.pdf.AnnotationState, java.lang.Enum < AnnotationState >, com.aspose.pdf.AnnotationState
All Implemented Interfaces: Serializable, Comparable < AnnotationState >
public enum AnnotationState extends Enum < AnnotationState >
The enumeration of states to which the original annotation can be set.
Fields
| Field | Description |
|---|---|
| Accepted | The user agrees with the change. |
| Cancelled | The change has been cancelled. |
| Completed | The change has been completed. |
| Marked | The annotation has been marked by the user. |
| None | The user has indicated nothing about the change. |
| Rejected | The user disagrees with the change. |
| Undefined | Not defined state. |
| Unmarked | The annotation has not been marked by the user. |
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. |
Accepted
public static final AnnotationState Accepted
The user agrees with the change.
Cancelled
public static final AnnotationState Cancelled
The change has been cancelled.
Completed
public static final AnnotationState Completed
The change has been completed.
Marked
public static final AnnotationState Marked
The annotation has been marked by the user.
None
public static final AnnotationState None
The user has indicated nothing about the change.
Rejected
public static final AnnotationState Rejected
The user disagrees with the change.
Undefined
public static final AnnotationState Undefined
Not defined state.
Unmarked
public static final AnnotationState Unmarked
The annotation has not been marked by the user.
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static AnnotationState [] 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