AnnotationStateModel

Inheritance: java.lang.Object, java.lang.Enum

public enum AnnotationStateModel extends Enum<AnnotationStateModel>

The state model corresponding to state of annotation.

Fields

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

Methods

MethodDescription
values()
valueOf(String name)
getValue()

Undefined

public static final AnnotationStateModel Undefined

Not defined state model.

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.

values()

public static AnnotationStateModel[] values()

Returns: com.aspose.pdf.AnnotationStateModel[]

valueOf(String name)

public static AnnotationStateModel valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: AnnotationStateModel

getValue()

public int getValue()

Returns: int