Interface CTDataConsolidate
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DataConsolidate(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDataConsolidate> 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 "dataRefs" elementGets the "dataRefs" elementGets the "function" attributebooleanGets the "leftLabels" attributebooleangetLink()Gets the "link" attributebooleanGets the "startLabels" attributebooleanGets the "topLabels" attributebooleanTrue if has "dataRefs" elementbooleanTrue if has "function" attributebooleanTrue if has "leftLabels" attributebooleanTrue if has "link" attributebooleanTrue if has "startLabels" attributebooleanTrue if has "topLabels" attributevoidsetDataRefs(CTDataRefs dataRefs) Sets the "dataRefs" elementvoidsetFunction(STDataConsolidateFunction.Enum function) Sets the "function" attributevoidsetLeftLabels(boolean leftLabels) Sets the "leftLabels" attributevoidsetLink(boolean link) Sets the "link" attributevoidsetStartLabels(boolean startLabels) Sets the "startLabels" attributevoidsetTopLabels(boolean topLabels) Sets the "topLabels" attributevoidUnsets the "dataRefs" elementvoidUnsets the "function" attributevoidUnsets the "leftLabels" attributevoidUnsets the "link" attributevoidUnsets the "startLabels" attributevoidUnsets the "topLabels" attributeGets (as xml) the "function" attributeGets (as xml) the "leftLabels" attributexgetLink()Gets (as xml) the "link" attributeGets (as xml) the "startLabels" attributeGets (as xml) the "topLabels" attributevoidxsetFunction(STDataConsolidateFunction function) Sets (as xml) the "function" attributevoidxsetLeftLabels(XmlBoolean leftLabels) Sets (as xml) the "leftLabels" attributevoidxsetLink(XmlBoolean link) Sets (as xml) the "link" attributevoidxsetStartLabels(XmlBoolean startLabels) Sets (as xml) the "startLabels" attributevoidxsetTopLabels(XmlBoolean topLabels) Sets (as xml) the "topLabels" 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
-
getDataRefs
CTDataRefs getDataRefs()Gets the "dataRefs" element -
isSetDataRefs
boolean isSetDataRefs()True if has "dataRefs" element -
setDataRefs
Sets the "dataRefs" element -
addNewDataRefs
CTDataRefs addNewDataRefs()Appends and returns a new empty "dataRefs" element -
unsetDataRefs
void unsetDataRefs()Unsets the "dataRefs" element -
getFunction
STDataConsolidateFunction.Enum getFunction()Gets the "function" attribute -
xgetFunction
STDataConsolidateFunction xgetFunction()Gets (as xml) the "function" attribute -
isSetFunction
boolean isSetFunction()True if has "function" attribute -
setFunction
Sets the "function" attribute -
xsetFunction
Sets (as xml) the "function" attribute -
unsetFunction
void unsetFunction()Unsets the "function" attribute -
getStartLabels
boolean getStartLabels()Gets the "startLabels" attribute -
xgetStartLabels
XmlBoolean xgetStartLabels()Gets (as xml) the "startLabels" attribute -
isSetStartLabels
boolean isSetStartLabels()True if has "startLabels" attribute -
setStartLabels
void setStartLabels(boolean startLabels) Sets the "startLabels" attribute -
xsetStartLabels
Sets (as xml) the "startLabels" attribute -
unsetStartLabels
void unsetStartLabels()Unsets the "startLabels" attribute -
getLeftLabels
boolean getLeftLabels()Gets the "leftLabels" attribute -
xgetLeftLabels
XmlBoolean xgetLeftLabels()Gets (as xml) the "leftLabels" attribute -
isSetLeftLabels
boolean isSetLeftLabels()True if has "leftLabels" attribute -
setLeftLabels
void setLeftLabels(boolean leftLabels) Sets the "leftLabels" attribute -
xsetLeftLabels
Sets (as xml) the "leftLabels" attribute -
unsetLeftLabels
void unsetLeftLabels()Unsets the "leftLabels" attribute -
getTopLabels
boolean getTopLabels()Gets the "topLabels" attribute -
xgetTopLabels
XmlBoolean xgetTopLabels()Gets (as xml) the "topLabels" attribute -
isSetTopLabels
boolean isSetTopLabels()True if has "topLabels" attribute -
setTopLabels
void setTopLabels(boolean topLabels) Sets the "topLabels" attribute -
xsetTopLabels
Sets (as xml) the "topLabels" attribute -
unsetTopLabels
void unsetTopLabels()Unsets the "topLabels" attribute -
getLink
boolean getLink()Gets the "link" attribute -
xgetLink
XmlBoolean xgetLink()Gets (as xml) the "link" attribute -
isSetLink
boolean isSetLink()True if has "link" attribute -
setLink
void setLink(boolean link) Sets the "link" attribute -
xsetLink
Sets (as xml) the "link" attribute -
unsetLink
void unsetLink()Unsets the "link" attribute
-