Interface CTFunctionGroups
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FunctionGroups(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFunctionGroups> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "functionGroup" elementlongGets the "builtInGroupCount" attributeGets array of all "functionGroup" elementsgetFunctionGroupArray(int i) Gets ith "functionGroup" elementGets a List of "functionGroup" elementsinsertNewFunctionGroup(int i) Inserts and returns a new empty value (as xml) as the ith "functionGroup" elementbooleanTrue if has "builtInGroupCount" attributevoidremoveFunctionGroup(int i) Removes the ith "functionGroup" elementvoidsetBuiltInGroupCount(long builtInGroupCount) Sets the "builtInGroupCount" attributevoidsetFunctionGroupArray(int i, CTFunctionGroup functionGroup) Sets ith "functionGroup" elementvoidsetFunctionGroupArray(CTFunctionGroup[] functionGroupArray) Sets array of all "functionGroup" elementintReturns number of "functionGroup" elementvoidUnsets the "builtInGroupCount" attributeGets (as xml) the "builtInGroupCount" attributevoidxsetBuiltInGroupCount(XmlUnsignedInt builtInGroupCount) Sets (as xml) the "builtInGroupCount" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getFunctionGroupList
List<CTFunctionGroup> getFunctionGroupList()Gets a List of "functionGroup" elements -
getFunctionGroupArray
CTFunctionGroup[] getFunctionGroupArray()Gets array of all "functionGroup" elements -
getFunctionGroupArray
Gets ith "functionGroup" element -
sizeOfFunctionGroupArray
int sizeOfFunctionGroupArray()Returns number of "functionGroup" element -
setFunctionGroupArray
Sets array of all "functionGroup" element -
setFunctionGroupArray
Sets ith "functionGroup" element -
insertNewFunctionGroup
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
Sets (as xml) the "builtInGroupCount" attribute -
unsetBuiltInGroupCount
void unsetBuiltInGroupCount()Unsets the "builtInGroupCount" attribute
-