Namespace EasyXLS.Themes
Class ExcelEffectScheme
System.Object
EasyXLS.Themes.ExcelEffectScheme
public class ExcelEffectScheme
extends System.Object
This class stores the effects information for a theme.
- 
Constructor SummaryConstructorsConstructorDescriptionDefines an effect scheme that is initialized with the office built-in theme effects.ExcelEffectScheme(System.String builtInThemeEffects) Defines an effect scheme that is initialized with the specified built-in theme effects.
- 
Method SummaryMethods inherited from class System.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
ExcelEffectSchemepublic ExcelEffectScheme()Defines an effect scheme that is initialized with the office built-in theme effects.
- 
ExcelEffectSchemepublic ExcelEffectScheme(System.String builtInThemeEffects) Defines an effect scheme that is initialized with the specified built-in theme effects.- Parameters:
- builtInThemeEffects- the built-in theme effects. Possible values are available in- Themeclass.
 
 
- 
- 
Method Details- 
InitAspublic void InitAs(System.String builtInThemeEffects) Initializes a font scheme with the specified built-in theme effects.- Parameters:
- builtInThemeEffects- the predefined built-in effects. Possible values are available in- Themeclass.
 
- 
getNamepublic System.String getName()Returns the name of the effect scheme.- Returns:
- the name of the effect scheme
 
 
-