Interface CTGroupLevel
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GroupLevel(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGroupLevel> 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 "extLst" elementAppends and returns a new empty "groups" elementGets the "caption" attributebooleanGets the "customRollUp" attributeGets the "extLst" elementGets the "groups" elementGets the "uniqueName" attributebooleangetUser()Gets the "user" attributebooleanTrue if has "customRollUp" attributebooleanTrue if has "extLst" elementbooleanTrue if has "groups" elementbooleanTrue if has "user" attributevoidsetCaption(String caption) Sets the "caption" attributevoidsetCustomRollUp(boolean customRollUp) Sets the "customRollUp" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "groups" elementvoidsetUniqueName(String uniqueName) Sets the "uniqueName" attributevoidsetUser(boolean user) Sets the "user" attributevoidUnsets the "customRollUp" attributevoidUnsets the "extLst" elementvoidUnsets the "groups" elementvoidUnsets the "user" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "caption" attributeGets (as xml) the "customRollUp" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "uniqueName" attributexgetUser()Gets (as xml) the "user" attributevoidxsetCaption(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring caption) Sets (as xml) the "caption" attributevoidxsetCustomRollUp(XmlBoolean customRollUp) Sets (as xml) the "customRollUp" attributevoidxsetUniqueName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueName) Sets (as xml) the "uniqueName" attributevoidxsetUser(XmlBoolean user) Sets (as xml) the "user" 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
-
getGroups
CTGroups getGroups()Gets the "groups" element -
isSetGroups
boolean isSetGroups()True if has "groups" element -
setGroups
Sets the "groups" element -
addNewGroups
CTGroups addNewGroups()Appends and returns a new empty "groups" element -
unsetGroups
void unsetGroups()Unsets the "groups" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getUniqueName
String getUniqueName()Gets the "uniqueName" attribute -
xgetUniqueName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueName()Gets (as xml) the "uniqueName" attribute -
setUniqueName
Sets the "uniqueName" attribute -
getCaption
String getCaption()Gets the "caption" attribute -
xgetCaption
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCaption()Gets (as xml) the "caption" attribute -
setCaption
Sets the "caption" attribute -
getUser
boolean getUser()Gets the "user" attribute -
xgetUser
XmlBoolean xgetUser()Gets (as xml) the "user" attribute -
isSetUser
boolean isSetUser()True if has "user" attribute -
setUser
void setUser(boolean user) Sets the "user" attribute -
xsetUser
Sets (as xml) the "user" attribute -
unsetUser
void unsetUser()Unsets the "user" attribute -
getCustomRollUp
boolean getCustomRollUp()Gets the "customRollUp" attribute -
xgetCustomRollUp
XmlBoolean xgetCustomRollUp()Gets (as xml) the "customRollUp" attribute -
isSetCustomRollUp
boolean isSetCustomRollUp()True if has "customRollUp" attribute -
setCustomRollUp
void setCustomRollUp(boolean customRollUp) Sets the "customRollUp" attribute -
xsetCustomRollUp
Sets (as xml) the "customRollUp" attribute -
unsetCustomRollUp
void unsetCustomRollUp()Unsets the "customRollUp" attribute
-