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 Summary

    Constructors
    Constructor
    Description
    Defines 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 Summary

    Modifier and Type
    Method
    Description
    System.String
    Returns the name of the effect scheme.
    void
    InitAs​(System.String builtInThemeEffects)
    Initializes a font scheme with the specified built-in theme effects.

    Methods inherited from class System.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExcelEffectScheme

      public ExcelEffectScheme()
      Defines an effect scheme that is initialized with the office built-in theme effects.
    • ExcelEffectScheme

      public 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 Theme class.
  • Method Details

    • InitAs

      public 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 Theme class.
    • getName

      public System.String getName()
      Returns the name of the effect scheme.
      Returns:
      the name of the effect scheme