Interface CTCustomColorList

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getCustClrList

      List<CTCustomColor> getCustClrList()
      Gets a List of "custClr" elements
    • getCustClrArray

      CTCustomColor[] getCustClrArray()
      Gets array of all "custClr" elements
    • getCustClrArray

      CTCustomColor getCustClrArray(int i)
      Gets ith "custClr" element
    • sizeOfCustClrArray

      int sizeOfCustClrArray()
      Returns number of "custClr" element
    • setCustClrArray

      void setCustClrArray(CTCustomColor[] custClrArray)
      Sets array of all "custClr" element
    • setCustClrArray

      void setCustClrArray(int i, CTCustomColor custClr)
      Sets ith "custClr" element
    • insertNewCustClr

      CTCustomColor insertNewCustClr(int i)
      Inserts and returns a new empty value (as xml) as the ith "custClr" element
    • addNewCustClr

      CTCustomColor addNewCustClr()
      Appends and returns a new empty value (as xml) as the last "custClr" element
    • removeCustClr

      void removeCustClr(int i)
      Removes the ith "custClr" element