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

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

Methods

MethodDescription
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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