public enum PivotTableStyleOptions extends Enum<PivotTableStyleOptions>
PivotTable
style.Enum Constant and Description |
---|
BANDED_COLUMNS
Show column stripe formatting for the table.
|
BANDED_ROWS
Show row stripe formatting for the table.
|
COLUMN_HEADERS
Show column headers for the table.
|
LAST_COLUMN
Show the last column.
|
ROW_HEADERS
Show row headers for the table.
|
Modifier and Type | Method and Description |
---|---|
static PivotTableStyleOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotTableStyleOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotTableStyleOptions BANDED_COLUMNS
public static final PivotTableStyleOptions BANDED_ROWS
public static final PivotTableStyleOptions COLUMN_HEADERS
public static final PivotTableStyleOptions LAST_COLUMN
public static final PivotTableStyleOptions ROW_HEADERS
public static PivotTableStyleOptions 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 PivotTableStyleOptions[] values()
for (PivotTableStyleOptions c : PivotTableStyleOptions.values()) System.out.println(c);
© GemBox Ltd. — All rights reserved.