public final class PdfTextStickerState extends Object
Describes enumeration of PDF Text Annotation Sticker States.
Modifier and Type | Field and Description |
---|---|
static int |
Accepted
Accepted state.
|
static int |
Cancelled
Canceled state.
|
static int |
Completed
Completed state.
|
static int |
Marked
Marked state.
|
static int |
None
No state.
|
static int |
Rejected
Rejected state.
|
static int |
Undefined
Undefined state.
|
static int |
Unmarked
Unmarked state.
|
public static final int Accepted
Accepted state.
public static final int Cancelled
Canceled state.
public static final int Completed
Completed state.
public static final int Marked
Marked state.
public static final int None
No state.
public static final int Rejected
Rejected state.
public static final int Undefined
Undefined state.
public static final int Unmarked
Unmarked state.