static enum DocWordWriter.FillCellKind extends java.lang.Enum<DocWordWriter.FillCellKind>
Enum Constant and Description |
---|
cellIndexing
original; the slowest
|
range
new default; the fastest
|
rangeSelection |
selection |
Modifier and Type | Method and Description |
---|---|
static DocWordWriter.FillCellKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocWordWriter.FillCellKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocWordWriter.FillCellKind range
public static final DocWordWriter.FillCellKind rangeSelection
public static final DocWordWriter.FillCellKind selection
public static final DocWordWriter.FillCellKind cellIndexing
public static DocWordWriter.FillCellKind[] values()
for (DocWordWriter.FillCellKind c : DocWordWriter.FillCellKind.values()) System.out.println(c);
public static DocWordWriter.FillCellKind 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-2015 Tatjana (Tanja) Kostic