Interface CTCalcCell
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CalcCell(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCalcCell> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleangetA()Gets the "a" attributeintgetI()Gets the "i" attributebooleangetL()Gets the "l" attributegetR()Gets the "r" attributegetRef()Gets the "ref" attributebooleangetS()Gets the "s" attributebooleangetT()Gets the "t" attributebooleanisSetA()True if has "a" attributebooleanisSetI()True if has "i" attributebooleanisSetL()True if has "l" attributebooleanisSetR()True if has "r" attributebooleanisSetRef()True if has "ref" attributebooleanisSetS()True if has "s" attributebooleanisSetT()True if has "t" attributevoidsetA(boolean a) Sets the "a" attributevoidsetI(int iValue) Sets the "i" attributevoidsetL(boolean l) Sets the "l" attributevoidSets the "r" attributevoidSets the "ref" attributevoidsetS(boolean s) Sets the "s" attributevoidsetT(boolean t) Sets the "t" attributevoidunsetA()Unsets the "a" attributevoidunsetI()Unsets the "i" attributevoidunsetL()Unsets the "l" attributevoidunsetR()Unsets the "r" attributevoidunsetRef()Unsets the "ref" attributevoidunsetS()Unsets the "s" attributevoidunsetT()Unsets the "t" attributexgetA()Gets (as xml) the "a" attributexgetI()Gets (as xml) the "i" attributexgetL()Gets (as xml) the "l" attributexgetR()Gets (as xml) the "r" attributexgetRef()Gets (as xml) the "ref" attributexgetS()Gets (as xml) the "s" attributexgetT()Gets (as xml) the "t" attributevoidxsetA(XmlBoolean a) Sets (as xml) the "a" attributevoidSets (as xml) the "i" attributevoidxsetL(XmlBoolean l) Sets (as xml) the "l" attributevoidSets (as xml) the "r" attributevoidSets (as xml) the "ref" attributevoidxsetS(XmlBoolean s) Sets (as xml) the "s" attributevoidxsetT(XmlBoolean t) Sets (as xml) the "t" 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
-
getR
String getR()Gets the "r" attribute -
xgetR
STCellRef xgetR()Gets (as xml) the "r" attribute -
isSetR
boolean isSetR()True if has "r" attribute -
setR
Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
unsetR
void unsetR()Unsets the "r" attribute -
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STCellRef xgetRef()Gets (as xml) the "ref" attribute -
isSetRef
boolean isSetRef()True if has "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
unsetRef
void unsetRef()Unsets the "ref" attribute -
getI
int getI()Gets the "i" attribute -
xgetI
XmlInt xgetI()Gets (as xml) the "i" attribute -
isSetI
boolean isSetI()True if has "i" attribute -
setI
void setI(int iValue) Sets the "i" attribute -
xsetI
Sets (as xml) the "i" attribute -
unsetI
void unsetI()Unsets the "i" attribute -
getS
boolean getS()Gets the "s" attribute -
xgetS
XmlBoolean xgetS()Gets (as xml) the "s" attribute -
isSetS
boolean isSetS()True if has "s" attribute -
setS
void setS(boolean s) Sets the "s" attribute -
xsetS
Sets (as xml) the "s" attribute -
unsetS
void unsetS()Unsets the "s" attribute -
getL
boolean getL()Gets the "l" attribute -
xgetL
XmlBoolean xgetL()Gets (as xml) the "l" attribute -
isSetL
boolean isSetL()True if has "l" attribute -
setL
void setL(boolean l) Sets the "l" attribute -
xsetL
Sets (as xml) the "l" attribute -
unsetL
void unsetL()Unsets the "l" attribute -
getT
boolean getT()Gets the "t" attribute -
xgetT
XmlBoolean xgetT()Gets (as xml) the "t" attribute -
isSetT
boolean isSetT()True if has "t" attribute -
setT
void setT(boolean t) Sets the "t" attribute -
xsetT
Sets (as xml) the "t" attribute -
unsetT
void unsetT()Unsets the "t" attribute -
getA
boolean getA()Gets the "a" attribute -
xgetA
XmlBoolean xgetA()Gets (as xml) the "a" attribute -
isSetA
boolean isSetA()True if has "a" attribute -
setA
void setA(boolean a) Sets the "a" attribute -
xsetA
Sets (as xml) the "a" attribute -
unsetA
void unsetA()Unsets the "a" attribute
-