Interface CTMRUColors

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getColorList

        java.util.List<CTColor> getColorList()
        Gets a List of "color" elements
      • getColorArray

        @Deprecated
        CTColor[] getColorArray()
        Deprecated.
        Gets array of all "color" elements
      • getColorArray

        CTColor getColorArray​(int i)
        Gets ith "color" element
      • sizeOfColorArray

        int sizeOfColorArray()
        Returns number of "color" element
      • setColorArray

        void setColorArray​(CTColor[] colorArray)
        Sets array of all "color" element
      • setColorArray

        void setColorArray​(int i,
                           CTColor color)
        Sets ith "color" element
      • insertNewColor

        CTColor insertNewColor​(int i)
        Inserts and returns a new empty value (as xml) as the ith "color" element
      • addNewColor

        CTColor addNewColor()
        Appends and returns a new empty value (as xml) as the last "color" element
      • removeColor

        void removeColor​(int i)
        Removes the ith "color" element