public enum PageSegMode extends java.lang.Enum<PageSegMode> implements org.bridj.IntValuedEnum<PageSegMode>
| Enum Constant and Description |
|---|
AUTO |
AUTO_ONLY |
AUTO_OSD |
CIRCLE_WORD |
COUNT |
OSD_ONLY |
SINGLE_BLOCK |
SINGLE_BLOCK_VERT_TEXT |
SINGLE_CHAR |
SINGLE_COLUMN |
SINGLE_LINE |
SINGLE_WORD |
SPARSE_TEXT |
SPARSE_TEXT_OSD |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<PageSegMode> |
fromValue(int value) |
java.util.Iterator<PageSegMode> |
iterator() |
long |
value() |
static PageSegMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageSegMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageSegMode OSD_ONLY
public static final PageSegMode AUTO_OSD
public static final PageSegMode AUTO_ONLY
public static final PageSegMode AUTO
public static final PageSegMode SINGLE_COLUMN
public static final PageSegMode SINGLE_BLOCK_VERT_TEXT
public static final PageSegMode SINGLE_BLOCK
public static final PageSegMode SINGLE_LINE
public static final PageSegMode SINGLE_WORD
public static final PageSegMode CIRCLE_WORD
public static final PageSegMode SINGLE_CHAR
public static final PageSegMode SPARSE_TEXT
public static final PageSegMode SPARSE_TEXT_OSD
public static final PageSegMode COUNT
public static PageSegMode[] values()
for (PageSegMode c : PageSegMode.values()) System.out.println(c);
public static PageSegMode 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 nullpublic long value()
value in interface org.bridj.ValuedEnum<PageSegMode>public java.util.Iterator<PageSegMode> iterator()
iterator in interface java.lang.Iterable<PageSegMode>public static org.bridj.IntValuedEnum<PageSegMode> fromValue(int value)