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.
    • Method Detail

      • getCustClrList

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

        @Deprecated
        CTCustomColor[] getCustClrArray()
        Deprecated.
        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