com.stimulsoft.webviewer.enums
Enum StiWebViewerTheme
java.lang.Object
java.lang.Enum<StiWebViewerTheme>
com.stimulsoft.webviewer.enums.StiWebViewerTheme
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiWebViewerTheme>
public enum StiWebViewerTheme
- extends java.lang.Enum<StiWebViewerTheme>
Web viewer theme
Copyright Stimulsoft
Method Summary |
static StiWebViewerTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiWebViewerTheme[] |
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 |
SimpleGray
public static final StiWebViewerTheme SimpleGray
WindowsXP
public static final StiWebViewerTheme WindowsXP
Windows7
public static final StiWebViewerTheme Windows7
Office2003
public static final StiWebViewerTheme Office2003
Office2007Blue
public static final StiWebViewerTheme Office2007Blue
Office2007Black
public static final StiWebViewerTheme Office2007Black
Office2007Silver
public static final StiWebViewerTheme Office2007Silver
Office2010Blue
public static final StiWebViewerTheme Office2010Blue
Office2010Black
public static final StiWebViewerTheme Office2010Black
Office2010Silver
public static final StiWebViewerTheme Office2010Silver
Office2013WhiteBlue
public static final StiWebViewerTheme Office2013WhiteBlue
Office2013WhiteCarmine
public static final StiWebViewerTheme Office2013WhiteCarmine
Office2013WhiteGreen
public static final StiWebViewerTheme Office2013WhiteGreen
Office2013WhiteOrange
public static final StiWebViewerTheme Office2013WhiteOrange
Office2013WhitePurple
public static final StiWebViewerTheme Office2013WhitePurple
Office2013WhiteTeal
public static final StiWebViewerTheme Office2013WhiteTeal
Office2013WhiteViolet
public static final StiWebViewerTheme Office2013WhiteViolet
Office2013LightGrayBlue
public static final StiWebViewerTheme Office2013LightGrayBlue
Office2013LightGrayCarmine
public static final StiWebViewerTheme Office2013LightGrayCarmine
Office2013LightGrayGreen
public static final StiWebViewerTheme Office2013LightGrayGreen
Office2013LightGrayOrange
public static final StiWebViewerTheme Office2013LightGrayOrange
Office2013LightGrayPurple
public static final StiWebViewerTheme Office2013LightGrayPurple
Office2013LightGrayTeal
public static final StiWebViewerTheme Office2013LightGrayTeal
Office2013LightGrayViolet
public static final StiWebViewerTheme Office2013LightGrayViolet
Office2013DarkGrayBlue
public static final StiWebViewerTheme Office2013DarkGrayBlue
Office2013DarkGrayCarmine
public static final StiWebViewerTheme Office2013DarkGrayCarmine
Office2013DarkGrayGreen
public static final StiWebViewerTheme Office2013DarkGrayGreen
Office2013DarkGrayOrange
public static final StiWebViewerTheme Office2013DarkGrayOrange
Office2013DarkGrayPurple
public static final StiWebViewerTheme Office2013DarkGrayPurple
Office2013DarkGrayTeal
public static final StiWebViewerTheme Office2013DarkGrayTeal
Office2013DarkGrayViolet
public static final StiWebViewerTheme Office2013DarkGrayViolet
Office2013VeryDarkGrayBlue
public static final StiWebViewerTheme Office2013VeryDarkGrayBlue
Office2013VeryDarkGrayCarmine
public static final StiWebViewerTheme Office2013VeryDarkGrayCarmine
Office2013VeryDarkGrayGreen
public static final StiWebViewerTheme Office2013VeryDarkGrayGreen
Office2013VeryDarkGrayOrange
public static final StiWebViewerTheme Office2013VeryDarkGrayOrange
Office2013VeryDarkGrayPurple
public static final StiWebViewerTheme Office2013VeryDarkGrayPurple
Office2013VeryDarkGrayTeal
public static final StiWebViewerTheme Office2013VeryDarkGrayTeal
Office2013VeryDarkGrayViolet
public static final StiWebViewerTheme Office2013VeryDarkGrayViolet
values
public static StiWebViewerTheme[] 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 (StiWebViewerTheme c : StiWebViewerTheme.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiWebViewerTheme 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