public static enum ReportLayoutSettings.SpanMode extends Enum<ReportLayoutSettings.SpanMode>
Enum Constant and Description |
---|
COLUMN_OVERFLOW_ON_NEXT_SHEETS |
NONE |
Modifier and Type | Method and Description |
---|---|
static ReportLayoutSettings.SpanMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportLayoutSettings.SpanMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportLayoutSettings.SpanMode NONE
public static final ReportLayoutSettings.SpanMode COLUMN_OVERFLOW_ON_NEXT_SHEETS
public static ReportLayoutSettings.SpanMode[] values()
for (ReportLayoutSettings.SpanMode c : ReportLayoutSettings.SpanMode.values()) System.out.println(c);
public static ReportLayoutSettings.SpanMode 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 nullCopyright © 2015 Nuxeo SA. All rights reserved.