AnnotationStateModel

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

FieldDescription
MarkedThe annotation has been marked (or unmarked) by the user.
ReviewThe annotation has been reviewed (accepted, rejected, cancelled, completed, none) by the user.
UndefinedNot defined state model.

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.

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