public enum PivotFieldLayoutForm extends Enum<PivotFieldLayoutForm>
PivotField
appear.Enum Constant and Description |
---|
COMPACT
Show in Compact Form.
|
OUTLINE
Show in Outline Form.
|
TABULAR
Show in Tabular Form.
|
Modifier and Type | Method and Description |
---|---|
static PivotFieldLayoutForm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotFieldLayoutForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotFieldLayoutForm COMPACT
public static final PivotFieldLayoutForm OUTLINE
public static final PivotFieldLayoutForm TABULAR
public static PivotFieldLayoutForm 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 PivotFieldLayoutForm[] values()
for (PivotFieldLayoutForm c : PivotFieldLayoutForm.values()) System.out.println(c);
© GemBox d.o.o. — All rights reserved.