com.stimulsoft.webviewer.enums
Enum StiWebViewerTheme
java.lang.Object
java.lang.Enum<StiWebViewerTheme>
com.stimulsoft.webviewer.enums.StiWebViewerTheme
- All Implemented Interfaces:
- Serializable, Comparable<StiWebViewerTheme>
public enum StiWebViewerTheme
- extends Enum<StiWebViewerTheme>
Web viewer theme
Copyright Stimulsoft
Default
public static final StiWebViewerTheme Default
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
Office2010
public static final StiWebViewerTheme Office2010
Office2010Black
public static final StiWebViewerTheme Office2010Black
Office2010Silver
public static final StiWebViewerTheme Office2010Silver
Office2013
public static final StiWebViewerTheme Office2013
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
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(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:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2017 Stimulsoft. All Rights Reserved.