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 SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getArray()
Gets the "array" attributeboolean
True if has "array" attributevoid
setArray
(boolean array) Sets the "array" attributevoid
Unsets the "array" attributeGets (as xml) the "array" attributevoid
xsetArray
(XmlBoolean array) Sets (as xml) the "array" attributeMethods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValue
Methods 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, valueHashCode
Methods 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
-