java.lang.Object
com.independentsoft.office.spreadsheet.styles.Fill

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

  • Method Details

    • clone

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

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

      public GradientFill getGradient()
      Gets the gradient.
      Returns:
      the gradient
    • setGradient

      public void setGradient(GradientFill gradient)
      Sets the gradient.
      Parameters:
      gradient - the new gradient
    • getPattern

      public PatternFill getPattern()
      Gets the pattern.
      Returns:
      the pattern
    • setPattern

      public void setPattern(PatternFill pattern)
      Sets the pattern.
      Parameters:
      pattern - the new pattern