Interface CTGroupLevels

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getGroupLevelList

        java.util.List<CTGroupLevel> getGroupLevelList()
        Gets a List of "groupLevel" elements
      • getGroupLevelArray

        @Deprecated
        CTGroupLevel[] getGroupLevelArray()
        Deprecated.
        Gets array of all "groupLevel" elements
      • getGroupLevelArray

        CTGroupLevel getGroupLevelArray​(int i)
        Gets ith "groupLevel" element
      • sizeOfGroupLevelArray

        int sizeOfGroupLevelArray()
        Returns number of "groupLevel" element
      • setGroupLevelArray

        void setGroupLevelArray​(CTGroupLevel[] groupLevelArray)
        Sets array of all "groupLevel" element
      • setGroupLevelArray

        void setGroupLevelArray​(int i,
                                CTGroupLevel groupLevel)
        Sets ith "groupLevel" element
      • insertNewGroupLevel

        CTGroupLevel insertNewGroupLevel​(int i)
        Inserts and returns a new empty value (as xml) as the ith "groupLevel" element
      • addNewGroupLevel

        CTGroupLevel addNewGroupLevel()
        Appends and returns a new empty value (as xml) as the last "groupLevel" element
      • removeGroupLevel

        void removeGroupLevel​(int i)
        Removes the ith "groupLevel" 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