com.stimulsoft.webdesigner.enums
Enum StiWebDesignerTheme
java.lang.Object
java.lang.Enum<StiWebDesignerTheme>
com.stimulsoft.webdesigner.enums.StiWebDesignerTheme
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiWebDesignerTheme>
public enum StiWebDesignerTheme
- extends java.lang.Enum<StiWebDesignerTheme>
Web designer theme
Copyright Stimulsoft
Method Summary |
static StiWebDesignerTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiWebDesignerTheme[] |
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 |
Purple
public static final StiWebDesignerTheme Purple
Blue
public static final StiWebDesignerTheme Blue
Office2013
public static final StiWebDesignerTheme Office2013
Office2013DarkGrayBlue
public static final StiWebDesignerTheme Office2013DarkGrayBlue
Office2013DarkGrayCarmine
public static final StiWebDesignerTheme Office2013DarkGrayCarmine
Office2013DarkGrayGreen
public static final StiWebDesignerTheme Office2013DarkGrayGreen
Office2013DarkGrayOrange
public static final StiWebDesignerTheme Office2013DarkGrayOrange
Office2013DarkGrayPurple
public static final StiWebDesignerTheme Office2013DarkGrayPurple
Office2013DarkGrayTeal
public static final StiWebDesignerTheme Office2013DarkGrayTeal
Office2013DarkGrayViolet
public static final StiWebDesignerTheme Office2013DarkGrayViolet
Office2013LightGrayBlue
public static final StiWebDesignerTheme Office2013LightGrayBlue
Office2013LightGrayCarmine
public static final StiWebDesignerTheme Office2013LightGrayCarmine
Office2013LightGrayGreen
public static final StiWebDesignerTheme Office2013LightGrayGreen
Office2013LightGrayOrange
public static final StiWebDesignerTheme Office2013LightGrayOrange
Office2013LightGrayPurple
public static final StiWebDesignerTheme Office2013LightGrayPurple
Office2013LightGrayTeal
public static final StiWebDesignerTheme Office2013LightGrayTeal
Office2013LightGrayViolet
public static final StiWebDesignerTheme Office2013LightGrayViolet
Office2013WhiteBlue
public static final StiWebDesignerTheme Office2013WhiteBlue
Office2013WhiteCarmine
public static final StiWebDesignerTheme Office2013WhiteCarmine
Office2013WhiteGreen
public static final StiWebDesignerTheme Office2013WhiteGreen
Office2013WhiteOrange
public static final StiWebDesignerTheme Office2013WhiteOrange
Office2013WhitePurple
public static final StiWebDesignerTheme Office2013WhitePurple
Office2013WhiteTeal
public static final StiWebDesignerTheme Office2013WhiteTeal
Office2013WhiteViolet
public static final StiWebDesignerTheme Office2013WhiteViolet
Office2013VeryDarkGrayBlue
public static final StiWebDesignerTheme Office2013VeryDarkGrayBlue
Office2013VeryDarkGrayCarmine
public static final StiWebDesignerTheme Office2013VeryDarkGrayCarmine
Office2013VeryDarkGrayGreen
public static final StiWebDesignerTheme Office2013VeryDarkGrayGreen
Office2013VeryDarkGrayOrange
public static final StiWebDesignerTheme Office2013VeryDarkGrayOrange
Office2013VeryDarkGrayPurple
public static final StiWebDesignerTheme Office2013VeryDarkGrayPurple
Office2013VeryDarkGrayTeal
public static final StiWebDesignerTheme Office2013VeryDarkGrayTeal
Office2013VeryDarkGrayViolet
public static final StiWebDesignerTheme Office2013VeryDarkGrayViolet
values
public static StiWebDesignerTheme[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (StiWebDesignerTheme c : StiWebDesignerTheme.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiWebDesignerTheme valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null