PdfTextStickerState

Inheritance: java.lang.Object

public final class PdfTextStickerState

Describes enumeration of PDF Text Annotation Sticker States.

Fields

Field Description
Undefined Undefined state.
Marked Marked state.
Unmarked Unmarked state.
Accepted Accepted state.
Rejected Rejected state.
Cancelled Canceled state.
Completed Completed state.
None No state.

Undefined

public static final int Undefined

Undefined state.

Marked

public static final int Marked

Marked state.

Unmarked

public static final int Unmarked

Unmarked state.

Accepted

public static final int Accepted

Accepted state.

Rejected

public static final int Rejected

Rejected state.

Cancelled

public static final int Cancelled

Canceled state.

Completed

public static final int Completed

Completed state.

None

public static final int None

No state.