Interface CTFunctionGroups

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getFunctionGroupList

        java.util.List<CTFunctionGroup> getFunctionGroupList()
        Gets a List of "functionGroup" elements
      • getFunctionGroupArray

        @Deprecated
        CTFunctionGroup[] getFunctionGroupArray()
        Deprecated.
        Gets array of all "functionGroup" elements
      • getFunctionGroupArray

        CTFunctionGroup getFunctionGroupArray​(int i)
        Gets ith "functionGroup" element
      • sizeOfFunctionGroupArray

        int sizeOfFunctionGroupArray()
        Returns number of "functionGroup" element
      • setFunctionGroupArray

        void setFunctionGroupArray​(CTFunctionGroup[] functionGroupArray)
        Sets array of all "functionGroup" element
      • setFunctionGroupArray

        void setFunctionGroupArray​(int i,
                                   CTFunctionGroup functionGroup)
        Sets ith "functionGroup" element
      • insertNewFunctionGroup

        CTFunctionGroup insertNewFunctionGroup​(int i)
        Inserts and returns a new empty value (as xml) as the ith "functionGroup" element
      • addNewFunctionGroup

        CTFunctionGroup addNewFunctionGroup()
        Appends and returns a new empty value (as xml) as the last "functionGroup" element
      • removeFunctionGroup

        void removeFunctionGroup​(int i)
        Removes the ith "functionGroup" element
      • getBuiltInGroupCount

        long getBuiltInGroupCount()
        Gets the "builtInGroupCount" attribute
      • xgetBuiltInGroupCount

        XmlUnsignedInt xgetBuiltInGroupCount()
        Gets (as xml) the "builtInGroupCount" attribute
      • isSetBuiltInGroupCount

        boolean isSetBuiltInGroupCount()
        True if has "builtInGroupCount" attribute
      • setBuiltInGroupCount

        void setBuiltInGroupCount​(long builtInGroupCount)
        Sets the "builtInGroupCount" attribute
      • xsetBuiltInGroupCount

        void xsetBuiltInGroupCount​(XmlUnsignedInt builtInGroupCount)
        Sets (as xml) the "builtInGroupCount" attribute
      • unsetBuiltInGroupCount

        void unsetBuiltInGroupCount()
        Unsets the "builtInGroupCount" attribute