public static enum StaticReportItemSection.StaticReportItemSectionProperties extends java.lang.Enum<StaticReportItemSection.StaticReportItemSectionProperties>
Enum Constant and Description |
---|
ALIGNMENT |
BREAK_BEFORE |
FONT_SIZE |
Modifier and Type | Method and Description |
---|---|
static StaticReportItemSection.StaticReportItemSectionProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticReportItemSection.StaticReportItemSectionProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticReportItemSection.StaticReportItemSectionProperties ALIGNMENT
public static final StaticReportItemSection.StaticReportItemSectionProperties BREAK_BEFORE
public static final StaticReportItemSection.StaticReportItemSectionProperties FONT_SIZE
public static StaticReportItemSection.StaticReportItemSectionProperties[] values()
for (StaticReportItemSection.StaticReportItemSectionProperties c : StaticReportItemSection.StaticReportItemSectionProperties.values()) System.out.println(c);
public static StaticReportItemSection.StaticReportItemSectionProperties valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null