Interface CTTableFormula
- All Superinterfaces:
STFormula,org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring,XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
An XML CT_TableFormula(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableFormula> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleangetArray()Gets the "array" attributebooleanTrue if has "array" attributevoidsetArray(boolean array) Sets the "array" attributevoidUnsets the "array" attributeGets (as xml) the "array" attributevoidxsetArray(XmlBoolean array) Sets (as xml) the "array" attributeMethods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValueMethods 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
-
getArray
boolean getArray()Gets the "array" attribute -
xgetArray
XmlBoolean xgetArray()Gets (as xml) the "array" attribute -
isSetArray
boolean isSetArray()True if has "array" attribute -
setArray
void setArray(boolean array) Sets the "array" attribute -
xsetArray
Sets (as xml) the "array" attribute -
unsetArray
void unsetArray()Unsets the "array" attribute
-