AnnotationState

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class AnnotationState extends System.Enum

The enumeration of states to which the original annotation can be set.

Fields

FieldDescription
UndefinedNot defined state.
MarkedThe annotation has been marked by the user.
UnmarkedThe annotation has not been marked by the user.
AcceptedThe user agrees with the change.
RejectedThe user disagrees with the change.
CancelledThe change has been cancelled.
CompletedThe change has been completed.
NoneThe user has indicated nothing about the change.

Undefined

public static final int Undefined

Not defined state.

Marked

public static final int Marked

The annotation has been marked by the user.

Unmarked

public static final int Unmarked

The annotation has not been marked by the user.

Accepted

public static final int Accepted

The user agrees with the change.

Rejected

public static final int Rejected

The user disagrees with the change.

Cancelled

public static final int Cancelled

The change has been cancelled.

Completed

public static final int Completed

The change has been completed.

None

public static final int None

The user has indicated nothing about the change.