public enum FilterType extends Enum<FilterType>
Enum Constant and Description |
---|
COLOR
A ColorFilter type.
|
CUSTOM
A
CustomFilter type. |
DYNAMIC
A
DynamicFilter type. |
ICON
An IconFilter type.
|
TOP_10
A
Top10Filter type. |
VALUES
A
ValuesFilter type. |
Modifier and Type | Method and Description |
---|---|
static FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterType COLOR
A ColorFilter type.
This filter is currently not supported by GemBox.Spreadsheet. It is preserved for XLSX round-trip.
public static final FilterType CUSTOM
CustomFilter
type.public static final FilterType DYNAMIC
DynamicFilter
type.public static final FilterType ICON
An IconFilter type.
This filter is currently not supported by GemBox.Spreadsheet. It is preserved for XLSX round-trip.
public static final FilterType TOP_10
Top10Filter
type.public static final FilterType VALUES
ValuesFilter
type.public static FilterType 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 FilterType[] values()
for (FilterType c : FilterType.values()) System.out.println(c);
© GemBox d.o.o. — All rights reserved.