|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiConditionPermissions>
com.stimulsoft.report.components.enums.StiConditionPermissions
public enum StiConditionPermissions
Permissions of report conditions.
Enum Constant Summary | |
---|---|
All
All options. |
|
BackColor
Allow use BackColor in component. |
|
Borders
Allow use Borders in component. |
|
Font
Allow use Font name in component. |
|
FontSize
Allow use Font Size in component. |
|
FontStyleBold
Allow use Bold style of Font in component. |
|
FontStyleItalic
Allow use Italic style of Font in component. |
|
FontStyleStrikeout
Allow use Strikeout style of Font in component. |
|
FontStyleUnderline
Allow use Underline style of Font in component. |
|
None
Without any options. |
|
TextColor
Allow use TextColor in component. |
Method Summary | |
---|---|
static StiConditionPermissions |
forValue(int value)
|
int |
getValue()
|
static StiConditionPermissions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiConditionPermissions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StiConditionPermissions None
public static final StiConditionPermissions Font
public static final StiConditionPermissions FontSize
public static final StiConditionPermissions FontStyleBold
public static final StiConditionPermissions FontStyleItalic
public static final StiConditionPermissions FontStyleUnderline
public static final StiConditionPermissions FontStyleStrikeout
public static final StiConditionPermissions TextColor
public static final StiConditionPermissions BackColor
public static final StiConditionPermissions Borders
public static final StiConditionPermissions All
Method Detail |
---|
public static StiConditionPermissions[] values()
for (StiConditionPermissions c : StiConditionPermissions.values()) System.out.println(c);
public static StiConditionPermissions 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 name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
getValue
in interface IStiEnum
public static StiConditionPermissions forValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |