Interface CTGradientFill

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTGradientFill
    extends XmlObject
    An XML CT_GradientFill(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getStopList

        java.util.List<CTGradientStop> getStopList()
        Gets a List of "stop" elements
      • getStopArray

        @Deprecated
        CTGradientStop[] getStopArray()
        Deprecated.
        Gets array of all "stop" elements
      • getStopArray

        CTGradientStop getStopArray​(int i)
        Gets ith "stop" element
      • sizeOfStopArray

        int sizeOfStopArray()
        Returns number of "stop" element
      • setStopArray

        void setStopArray​(CTGradientStop[] stopArray)
        Sets array of all "stop" element
      • setStopArray

        void setStopArray​(int i,
                          CTGradientStop stop)
        Sets ith "stop" element
      • insertNewStop

        CTGradientStop insertNewStop​(int i)
        Inserts and returns a new empty value (as xml) as the ith "stop" element
      • addNewStop

        CTGradientStop addNewStop()
        Appends and returns a new empty value (as xml) as the last "stop" element
      • removeStop

        void removeStop​(int i)
        Removes the ith "stop" element
      • xgetType

        STGradientType xgetType()
        Gets (as xml) the "type" attribute
      • isSetType

        boolean isSetType()
        True if has "type" attribute
      • xsetType

        void xsetType​(STGradientType type)
        Sets (as xml) the "type" attribute
      • unsetType

        void unsetType()
        Unsets the "type" attribute
      • getDegree

        double getDegree()
        Gets the "degree" attribute
      • xgetDegree

        XmlDouble xgetDegree()
        Gets (as xml) the "degree" attribute
      • isSetDegree

        boolean isSetDegree()
        True if has "degree" attribute
      • setDegree

        void setDegree​(double degree)
        Sets the "degree" attribute
      • xsetDegree

        void xsetDegree​(XmlDouble degree)
        Sets (as xml) the "degree" attribute
      • unsetDegree

        void unsetDegree()
        Unsets the "degree" attribute
      • getLeft

        double getLeft()
        Gets the "left" attribute
      • xgetLeft

        XmlDouble xgetLeft()
        Gets (as xml) the "left" attribute
      • isSetLeft

        boolean isSetLeft()
        True if has "left" attribute
      • setLeft

        void setLeft​(double left)
        Sets the "left" attribute
      • xsetLeft

        void xsetLeft​(XmlDouble left)
        Sets (as xml) the "left" attribute
      • unsetLeft

        void unsetLeft()
        Unsets the "left" attribute
      • getRight

        double getRight()
        Gets the "right" attribute
      • xgetRight

        XmlDouble xgetRight()
        Gets (as xml) the "right" attribute
      • isSetRight

        boolean isSetRight()
        True if has "right" attribute
      • setRight

        void setRight​(double right)
        Sets the "right" attribute
      • xsetRight

        void xsetRight​(XmlDouble right)
        Sets (as xml) the "right" attribute
      • unsetRight

        void unsetRight()
        Unsets the "right" attribute
      • getTop

        double getTop()
        Gets the "top" attribute
      • xgetTop

        XmlDouble xgetTop()
        Gets (as xml) the "top" attribute
      • isSetTop

        boolean isSetTop()
        True if has "top" attribute
      • setTop

        void setTop​(double top)
        Sets the "top" attribute
      • xsetTop

        void xsetTop​(XmlDouble top)
        Sets (as xml) the "top" attribute
      • unsetTop

        void unsetTop()
        Unsets the "top" attribute
      • getBottom

        double getBottom()
        Gets the "bottom" attribute
      • xgetBottom

        XmlDouble xgetBottom()
        Gets (as xml) the "bottom" attribute
      • isSetBottom

        boolean isSetBottom()
        True if has "bottom" attribute
      • setBottom

        void setBottom​(double bottom)
        Sets the "bottom" attribute
      • xsetBottom

        void xsetBottom​(XmlDouble bottom)
        Sets (as xml) the "bottom" attribute
      • unsetBottom

        void unsetBottom()
        Unsets the "bottom" attribute