java.lang.Object
com.independentsoft.office.spreadsheet.drawing.ShapeStyle

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

  • Method Details

    • clone

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

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

      public EffectReference getEffectReference()
      Gets the effect reference.
      Returns:
      the effect reference
    • setEffectReference

      public void setEffectReference(EffectReference effectReference)
      Sets the effect reference.
      Parameters:
      effectReference - the new effect reference
    • getFillReference

      public FillReference getFillReference()
      Gets the fill reference.
      Returns:
      the fill reference
    • setFillReference

      public void setFillReference(FillReference fillReference)
      Sets the fill reference.
      Parameters:
      fillReference - the new fill reference
    • getFontReference

      public FontReference getFontReference()
      Gets the font reference.
      Returns:
      the font reference
    • setFontReference

      public void setFontReference(FontReference fontReference)
      Sets the font reference.
      Parameters:
      fontReference - the new font reference
    • getLineReference

      public LineReference getLineReference()
      Gets the line reference.
      Returns:
      the line reference
    • setLineReference

      public void setLineReference(LineReference lineReference)
      Sets the line reference.
      Parameters:
      lineReference - the new line reference