Interface CTCellFormula
-
- All Superinterfaces:
STFormula,STXstring,XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface CTCellFormula extends STFormula
An XML CT_CellFormula(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCellFormula.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAca()Gets the "aca" attributebooleangetBx()Gets the "bx" attributebooleangetCa()Gets the "ca" attributebooleangetDel1()Gets the "del1" attributebooleangetDel2()Gets the "del2" attributebooleangetDt2D()Gets the "dt2D" attributebooleangetDtr()Gets the "dtr" attributejava.lang.StringgetR1()Gets the "r1" attributejava.lang.StringgetR2()Gets the "r2" attributejava.lang.StringgetRef()Gets the "ref" attributelonggetSi()Gets the "si" attributeSTCellFormulaType.EnumgetT()Gets the "t" attributebooleanisSetAca()True if has "aca" attributebooleanisSetBx()True if has "bx" attributebooleanisSetCa()True if has "ca" attributebooleanisSetDel1()True if has "del1" attributebooleanisSetDel2()True if has "del2" attributebooleanisSetDt2D()True if has "dt2D" attributebooleanisSetDtr()True if has "dtr" attributebooleanisSetR1()True if has "r1" attributebooleanisSetR2()True if has "r2" attributebooleanisSetRef()True if has "ref" attributebooleanisSetSi()True if has "si" attributebooleanisSetT()True if has "t" attributevoidsetAca(boolean aca)Sets the "aca" attributevoidsetBx(boolean bx)Sets the "bx" attributevoidsetCa(boolean ca)Sets the "ca" attributevoidsetDel1(boolean del1)Sets the "del1" attributevoidsetDel2(boolean del2)Sets the "del2" attributevoidsetDt2D(boolean dt2D)Sets the "dt2D" attributevoidsetDtr(boolean dtr)Sets the "dtr" attributevoidsetR1(java.lang.String r1)Sets the "r1" attributevoidsetR2(java.lang.String r2)Sets the "r2" attributevoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetSi(long si)Sets the "si" attributevoidsetT(STCellFormulaType.Enum t)Sets the "t" attributevoidunsetAca()Unsets the "aca" attributevoidunsetBx()Unsets the "bx" attributevoidunsetCa()Unsets the "ca" attributevoidunsetDel1()Unsets the "del1" attributevoidunsetDel2()Unsets the "del2" attributevoidunsetDt2D()Unsets the "dt2D" attributevoidunsetDtr()Unsets the "dtr" attributevoidunsetR1()Unsets the "r1" attributevoidunsetR2()Unsets the "r2" attributevoidunsetRef()Unsets the "ref" attributevoidunsetSi()Unsets the "si" attributevoidunsetT()Unsets the "t" attributeXmlBooleanxgetAca()Gets (as xml) the "aca" attributeXmlBooleanxgetBx()Gets (as xml) the "bx" attributeXmlBooleanxgetCa()Gets (as xml) the "ca" attributeXmlBooleanxgetDel1()Gets (as xml) the "del1" attributeXmlBooleanxgetDel2()Gets (as xml) the "del2" attributeXmlBooleanxgetDt2D()Gets (as xml) the "dt2D" attributeXmlBooleanxgetDtr()Gets (as xml) the "dtr" attributeSTCellRefxgetR1()Gets (as xml) the "r1" attributeSTCellRefxgetR2()Gets (as xml) the "r2" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeXmlUnsignedIntxgetSi()Gets (as xml) the "si" attributeSTCellFormulaTypexgetT()Gets (as xml) the "t" attributevoidxsetAca(XmlBoolean aca)Sets (as xml) the "aca" attributevoidxsetBx(XmlBoolean bx)Sets (as xml) the "bx" attributevoidxsetCa(XmlBoolean ca)Sets (as xml) the "ca" attributevoidxsetDel1(XmlBoolean del1)Sets (as xml) the "del1" attributevoidxsetDel2(XmlBoolean del2)Sets (as xml) the "del2" attributevoidxsetDt2D(XmlBoolean dt2D)Sets (as xml) the "dt2D" attributevoidxsetDtr(XmlBoolean dtr)Sets (as xml) the "dtr" attributevoidxsetR1(STCellRef r1)Sets (as xml) the "r1" attributevoidxsetR2(STCellRef r2)Sets (as xml) the "r2" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetSi(XmlUnsignedInt si)Sets (as xml) the "si" attributevoidxsetT(STCellFormulaType t)Sets (as xml) the "t" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getT
STCellFormulaType.Enum getT()
Gets the "t" attribute
-
xgetT
STCellFormulaType xgetT()
Gets (as xml) the "t" attribute
-
isSetT
boolean isSetT()
True if has "t" attribute
-
setT
void setT(STCellFormulaType.Enum t)
Sets the "t" attribute
-
xsetT
void xsetT(STCellFormulaType t)
Sets (as xml) the "t" attribute
-
unsetT
void unsetT()
Unsets the "t" attribute
-
getAca
boolean getAca()
Gets the "aca" attribute
-
xgetAca
XmlBoolean xgetAca()
Gets (as xml) the "aca" attribute
-
isSetAca
boolean isSetAca()
True if has "aca" attribute
-
setAca
void setAca(boolean aca)
Sets the "aca" attribute
-
xsetAca
void xsetAca(XmlBoolean aca)
Sets (as xml) the "aca" attribute
-
unsetAca
void unsetAca()
Unsets the "aca" attribute
-
getRef
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
isSetRef
boolean isSetRef()
True if has "ref" attribute
-
setRef
void setRef(java.lang.String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
Sets (as xml) the "ref" attribute
-
unsetRef
void unsetRef()
Unsets the "ref" attribute
-
getDt2D
boolean getDt2D()
Gets the "dt2D" attribute
-
xgetDt2D
XmlBoolean xgetDt2D()
Gets (as xml) the "dt2D" attribute
-
isSetDt2D
boolean isSetDt2D()
True if has "dt2D" attribute
-
setDt2D
void setDt2D(boolean dt2D)
Sets the "dt2D" attribute
-
xsetDt2D
void xsetDt2D(XmlBoolean dt2D)
Sets (as xml) the "dt2D" attribute
-
unsetDt2D
void unsetDt2D()
Unsets the "dt2D" attribute
-
getDtr
boolean getDtr()
Gets the "dtr" attribute
-
xgetDtr
XmlBoolean xgetDtr()
Gets (as xml) the "dtr" attribute
-
isSetDtr
boolean isSetDtr()
True if has "dtr" attribute
-
setDtr
void setDtr(boolean dtr)
Sets the "dtr" attribute
-
xsetDtr
void xsetDtr(XmlBoolean dtr)
Sets (as xml) the "dtr" attribute
-
unsetDtr
void unsetDtr()
Unsets the "dtr" attribute
-
getDel1
boolean getDel1()
Gets the "del1" attribute
-
xgetDel1
XmlBoolean xgetDel1()
Gets (as xml) the "del1" attribute
-
isSetDel1
boolean isSetDel1()
True if has "del1" attribute
-
setDel1
void setDel1(boolean del1)
Sets the "del1" attribute
-
xsetDel1
void xsetDel1(XmlBoolean del1)
Sets (as xml) the "del1" attribute
-
unsetDel1
void unsetDel1()
Unsets the "del1" attribute
-
getDel2
boolean getDel2()
Gets the "del2" attribute
-
xgetDel2
XmlBoolean xgetDel2()
Gets (as xml) the "del2" attribute
-
isSetDel2
boolean isSetDel2()
True if has "del2" attribute
-
setDel2
void setDel2(boolean del2)
Sets the "del2" attribute
-
xsetDel2
void xsetDel2(XmlBoolean del2)
Sets (as xml) the "del2" attribute
-
unsetDel2
void unsetDel2()
Unsets the "del2" attribute
-
getR1
java.lang.String getR1()
Gets the "r1" attribute
-
xgetR1
STCellRef xgetR1()
Gets (as xml) the "r1" attribute
-
isSetR1
boolean isSetR1()
True if has "r1" attribute
-
setR1
void setR1(java.lang.String r1)
Sets the "r1" attribute
-
xsetR1
void xsetR1(STCellRef r1)
Sets (as xml) the "r1" attribute
-
unsetR1
void unsetR1()
Unsets the "r1" attribute
-
getR2
java.lang.String getR2()
Gets the "r2" attribute
-
xgetR2
STCellRef xgetR2()
Gets (as xml) the "r2" attribute
-
isSetR2
boolean isSetR2()
True if has "r2" attribute
-
setR2
void setR2(java.lang.String r2)
Sets the "r2" attribute
-
xsetR2
void xsetR2(STCellRef r2)
Sets (as xml) the "r2" attribute
-
unsetR2
void unsetR2()
Unsets the "r2" attribute
-
getCa
boolean getCa()
Gets the "ca" attribute
-
xgetCa
XmlBoolean xgetCa()
Gets (as xml) the "ca" attribute
-
isSetCa
boolean isSetCa()
True if has "ca" attribute
-
setCa
void setCa(boolean ca)
Sets the "ca" attribute
-
xsetCa
void xsetCa(XmlBoolean ca)
Sets (as xml) the "ca" attribute
-
unsetCa
void unsetCa()
Unsets the "ca" attribute
-
getSi
long getSi()
Gets the "si" attribute
-
xgetSi
XmlUnsignedInt xgetSi()
Gets (as xml) the "si" attribute
-
isSetSi
boolean isSetSi()
True if has "si" attribute
-
setSi
void setSi(long si)
Sets the "si" attribute
-
xsetSi
void xsetSi(XmlUnsignedInt si)
Sets (as xml) the "si" attribute
-
unsetSi
void unsetSi()
Unsets the "si" attribute
-
getBx
boolean getBx()
Gets the "bx" attribute
-
xgetBx
XmlBoolean xgetBx()
Gets (as xml) the "bx" attribute
-
isSetBx
boolean isSetBx()
True if has "bx" attribute
-
setBx
void setBx(boolean bx)
Sets the "bx" attribute
-
xsetBx
void xsetBx(XmlBoolean bx)
Sets (as xml) the "bx" attribute
-
unsetBx
void unsetBx()
Unsets the "bx" attribute
-
-