public static enum PDFView.STATUS extends java.lang.Enum<PDFView.STATUS>
Enum Constant and Description |
---|
sta_annot |
sta_hold |
sta_ink |
sta_none |
sta_rect |
sta_scroll |
sta_sel |
sta_sel_prepare |
sta_zoom |
Modifier and Type | Method and Description |
---|---|
static PDFView.STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDFView.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFView.STATUS sta_none
public static final PDFView.STATUS sta_hold
public static final PDFView.STATUS sta_sel_prepare
public static final PDFView.STATUS sta_sel
public static final PDFView.STATUS sta_zoom
public static final PDFView.STATUS sta_annot
public static final PDFView.STATUS sta_ink
public static final PDFView.STATUS sta_rect
public static final PDFView.STATUS sta_scroll
public static PDFView.STATUS[] values()
for (PDFView.STATUS c : PDFView.STATUS.values()) System.out.println(c);
public static PDFView.STATUS valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null