public enum PolyBlockType extends java.lang.Enum<PolyBlockType> implements org.bridj.IntValuedEnum<PolyBlockType>
| Enum Constant and Description |
|---|
CAPTION_TEXT |
COUNT |
FLOWING_IMAGE |
FLOWING_TEXT |
HEADING_IMAGE |
HEADING_TEXT |
HORZ_LINE |
NOISE |
PULLOUT_IMAGE |
PULLOUT_TEXT |
TABLE |
UNKNOWN |
VERT_LINE |
VERTICAL_TEXT |
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static org.bridj.IntValuedEnum<PolyBlockType> |
fromValue(int value) |
java.util.Iterator<PolyBlockType> |
iterator() |
long |
value() |
static PolyBlockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PolyBlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolyBlockType UNKNOWN
public static final PolyBlockType FLOWING_TEXT
public static final PolyBlockType HEADING_TEXT
public static final PolyBlockType PULLOUT_TEXT
public static final PolyBlockType TABLE
public static final PolyBlockType VERTICAL_TEXT
public static final PolyBlockType CAPTION_TEXT
public static final PolyBlockType FLOWING_IMAGE
public static final PolyBlockType HEADING_IMAGE
public static final PolyBlockType PULLOUT_IMAGE
public static final PolyBlockType HORZ_LINE
public static final PolyBlockType VERT_LINE
public static final PolyBlockType NOISE
public static final PolyBlockType COUNT
public static PolyBlockType[] values()
for (PolyBlockType c : PolyBlockType.values()) System.out.println(c);
public static PolyBlockType 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<PolyBlockType>public java.util.Iterator<PolyBlockType> iterator()
iterator in interface java.lang.Iterable<PolyBlockType>public static org.bridj.IntValuedEnum<PolyBlockType> fromValue(int value)