public enum EmptyCellDisplayMode extends Enum<EmptyCellDisplayMode>
value
equal to null
).Enum Constant and Description |
---|
CONNECT_DATA_POINTS_WITH_LINE
Specifies that empty cell values shall be spanned with a line.
|
GAPS
Specifies that empty cell values shall be left as a gap.
|
ZERO
Specifies that empty cell values shall be treated as zero.
|
Modifier and Type | Method and Description |
---|---|
static EmptyCellDisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmptyCellDisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmptyCellDisplayMode CONNECT_DATA_POINTS_WITH_LINE
public static final EmptyCellDisplayMode GAPS
public static final EmptyCellDisplayMode ZERO
public static EmptyCellDisplayMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static EmptyCellDisplayMode[] values()
for (EmptyCellDisplayMode c : EmptyCellDisplayMode.values()) System.out.println(c);
© GemBox d.o.o. — All rights reserved.