Class FormatScheme

java.lang.Object
com.independentsoft.office.themes.FormatScheme

public class FormatScheme extends Object
The Class FormatScheme.
  • Constructor Details

    • FormatScheme

      public FormatScheme()
      Instantiates a new format scheme.
  • Method Details

    • clone

      public FormatScheme clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBackgroundFillStyles

      public List<IFill> getBackgroundFillStyles()
      Gets the background fill styles.
      Returns:
      the background fill styles
    • getEffectStyles

      public List<EffectStyle> getEffectStyles()
      Gets the effect styles.
      Returns:
      the effect styles
    • getFillStyles

      public List<IFill> getFillStyles()
      Gets the fill styles.
      Returns:
      the fill styles
    • getLineStyles

      public List<Outline> getLineStyles()
      Gets the line styles.
      Returns:
      the line styles
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name