public static enum ExistingStyle.Kind extends java.lang.Enum<ExistingStyle.Kind>
Enum Constant and Description |
---|
CAPT |
FIG |
FIGCAPT |
HEAD |
NORM |
OTHER |
PARA |
TABCAPT |
TABCELL |
TABHEAD |
TOC |
Modifier and Type | Method and Description |
---|---|
static ExistingStyle.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExistingStyle.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExistingStyle.Kind PARA
public static final ExistingStyle.Kind FIG
public static final ExistingStyle.Kind TABHEAD
public static final ExistingStyle.Kind TABCELL
public static final ExistingStyle.Kind FIGCAPT
public static final ExistingStyle.Kind TABCAPT
public static final ExistingStyle.Kind HEAD
public static final ExistingStyle.Kind TOC
public static final ExistingStyle.Kind NORM
public static final ExistingStyle.Kind CAPT
public static final ExistingStyle.Kind OTHER
public static ExistingStyle.Kind[] values()
for (ExistingStyle.Kind c : ExistingStyle.Kind.values()) System.out.println(c);
public static ExistingStyle.Kind 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 nullCopyright 2009-2016 Tatjana (Tanja) Kostic