public static enum CPDFEditPageDragHelper.EditDragMode extends java.lang.Enum<CPDFEditPageDragHelper.EditDragMode>
Enum Constant and Description |
---|
BOTTOM |
LEFT |
LEFT_BOTTOM |
LEFT_TOP |
NONE |
RIGHT |
RIGHT_BOTTOM |
RIGHT_TOP |
TAP_CURSOR |
TAP_RECT |
TOP |
Modifier and Type | Method and Description |
---|---|
static CPDFEditPageDragHelper.EditDragMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPDFEditPageDragHelper.EditDragMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPDFEditPageDragHelper.EditDragMode TAP_RECT
public static final CPDFEditPageDragHelper.EditDragMode LEFT
public static final CPDFEditPageDragHelper.EditDragMode TOP
public static final CPDFEditPageDragHelper.EditDragMode RIGHT
public static final CPDFEditPageDragHelper.EditDragMode BOTTOM
public static final CPDFEditPageDragHelper.EditDragMode LEFT_TOP
public static final CPDFEditPageDragHelper.EditDragMode RIGHT_TOP
public static final CPDFEditPageDragHelper.EditDragMode LEFT_BOTTOM
public static final CPDFEditPageDragHelper.EditDragMode RIGHT_BOTTOM
public static final CPDFEditPageDragHelper.EditDragMode TAP_CURSOR
public static final CPDFEditPageDragHelper.EditDragMode NONE
public static CPDFEditPageDragHelper.EditDragMode[] values()
for (CPDFEditPageDragHelper.EditDragMode c : CPDFEditPageDragHelper.EditDragMode.values()) System.out.println(c);
public static CPDFEditPageDragHelper.EditDragMode 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