Interface CTSets

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSetList

        java.util.List<CTSet> getSetList()
        Gets a List of "set" elements
      • getSetArray

        @Deprecated
        CTSet[] getSetArray()
        Deprecated.
        Gets array of all "set" elements
      • getSetArray

        CTSet getSetArray​(int i)
        Gets ith "set" element
      • sizeOfSetArray

        int sizeOfSetArray()
        Returns number of "set" element
      • setSetArray

        void setSetArray​(CTSet[] setArray)
        Sets array of all "set" element
      • setSetArray

        void setSetArray​(int i,
                         CTSet set)
        Sets ith "set" element
      • insertNewSet

        CTSet insertNewSet​(int i)
        Inserts and returns a new empty value (as xml) as the ith "set" element
      • addNewSet

        CTSet addNewSet()
        Appends and returns a new empty value (as xml) as the last "set" element
      • removeSet

        void removeSet​(int i)
        Removes the ith "set" element
      • getCount

        long getCount()
        Gets the "count" attribute
      • xgetCount

        XmlUnsignedInt xgetCount()
        Gets (as xml) the "count" attribute
      • isSetCount

        boolean isSetCount()
        True if has "count" attribute
      • setCount

        void setCount​(long count)
        Sets the "count" attribute
      • xsetCount

        void xsetCount​(XmlUnsignedInt count)
        Sets (as xml) the "count" attribute
      • unsetCount

        void unsetCount()
        Unsets the "count" attribute