Interface CTIndexedColors

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getRgbColorList

      List<CTRgbColor> getRgbColorList()
      Gets a List of "rgbColor" elements
    • getRgbColorArray

      CTRgbColor[] getRgbColorArray()
      Gets array of all "rgbColor" elements
    • getRgbColorArray

      CTRgbColor getRgbColorArray(int i)
      Gets ith "rgbColor" element
    • sizeOfRgbColorArray

      int sizeOfRgbColorArray()
      Returns number of "rgbColor" element
    • setRgbColorArray

      void setRgbColorArray(CTRgbColor[] rgbColorArray)
      Sets array of all "rgbColor" element
    • setRgbColorArray

      void setRgbColorArray(int i, CTRgbColor rgbColor)
      Sets ith "rgbColor" element
    • insertNewRgbColor

      CTRgbColor insertNewRgbColor(int i)
      Inserts and returns a new empty value (as xml) as the ith "rgbColor" element
    • addNewRgbColor

      CTRgbColor addNewRgbColor()
      Appends and returns a new empty value (as xml) as the last "rgbColor" element
    • removeRgbColor

      void removeRgbColor(int i)
      Removes the ith "rgbColor" element