Interface CTGradientStop

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTGradientStop extends XmlObject
An XML CT_GradientStop(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getColor

      CTColor getColor()
      Gets the "color" element
    • setColor

      void setColor(CTColor color)
      Sets the "color" element
    • addNewColor

      CTColor addNewColor()
      Appends and returns a new empty "color" element
    • getPosition

      double getPosition()
      Gets the "position" attribute
    • xgetPosition

      XmlDouble xgetPosition()
      Gets (as xml) the "position" attribute
    • setPosition

      void setPosition(double position)
      Sets the "position" attribute
    • xsetPosition

      void xsetPosition(XmlDouble position)
      Sets (as xml) the "position" attribute