public static enum MorphAdornerSettings.XMLIDType extends java.lang.Enum<MorphAdornerSettings.XMLIDType>
| Enum Constant and Description |
|---|
READING_CONTEXT_ORDER |
USE_PAGE_BLOCK_ATTRIBUTES |
WORD_WITHIN_PAGE_BLOCK |
| Modifier and Type | Method and Description |
|---|---|
static MorphAdornerSettings.XMLIDType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MorphAdornerSettings.XMLIDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MorphAdornerSettings.XMLIDType READING_CONTEXT_ORDER
public static final MorphAdornerSettings.XMLIDType WORD_WITHIN_PAGE_BLOCK
public static final MorphAdornerSettings.XMLIDType USE_PAGE_BLOCK_ATTRIBUTES
public static MorphAdornerSettings.XMLIDType[] values()
for (MorphAdornerSettings.XMLIDType c : MorphAdornerSettings.XMLIDType.values()) System.out.println(c);
public static MorphAdornerSettings.XMLIDType 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