public static enum StaticReportItemText.StaticReportItemTextProperties extends java.lang.Enum<StaticReportItemText.StaticReportItemTextProperties>
Enum Constant and Description |
---|
ALIGNMENT |
FONT_SIZE |
FONT_WEIGHT |
Modifier and Type | Method and Description |
---|---|
static StaticReportItemText.StaticReportItemTextProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticReportItemText.StaticReportItemTextProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticReportItemText.StaticReportItemTextProperties FONT_SIZE
public static final StaticReportItemText.StaticReportItemTextProperties FONT_WEIGHT
public static final StaticReportItemText.StaticReportItemTextProperties ALIGNMENT
public static StaticReportItemText.StaticReportItemTextProperties[] values()
for (StaticReportItemText.StaticReportItemTextProperties c : StaticReportItemText.StaticReportItemTextProperties.values()) System.out.println(c);
public static StaticReportItemText.StaticReportItemTextProperties 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