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 class
CTCellFormula.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getAca()
Gets the "aca" attributeboolean
getBx()
Gets the "bx" attributeboolean
getCa()
Gets the "ca" attributeboolean
getDel1()
Gets the "del1" attributeboolean
getDel2()
Gets the "del2" attributeboolean
getDt2D()
Gets the "dt2D" attributeboolean
getDtr()
Gets the "dtr" attributeString
getR1()
Gets the "r1" attributeString
getR2()
Gets the "r2" attributeString
getRef()
Gets the "ref" attributelong
getSi()
Gets the "si" attributeSTCellFormulaType.Enum
getT()
Gets the "t" attributeboolean
isSetAca()
True if has "aca" attributeboolean
isSetBx()
True if has "bx" attributeboolean
isSetCa()
True if has "ca" attributeboolean
isSetDel1()
True if has "del1" attributeboolean
isSetDel2()
True if has "del2" attributeboolean
isSetDt2D()
True if has "dt2D" attributeboolean
isSetDtr()
True if has "dtr" attributeboolean
isSetR1()
True if has "r1" attributeboolean
isSetR2()
True if has "r2" attributeboolean
isSetRef()
True if has "ref" attributeboolean
isSetSi()
True if has "si" attributeboolean
isSetT()
True if has "t" attributevoid
setAca(boolean aca)
Sets the "aca" attributevoid
setBx(boolean bx)
Sets the "bx" attributevoid
setCa(boolean ca)
Sets the "ca" attributevoid
setDel1(boolean del1)
Sets the "del1" attributevoid
setDel2(boolean del2)
Sets the "del2" attributevoid
setDt2D(boolean dt2D)
Sets the "dt2D" attributevoid
setDtr(boolean dtr)
Sets the "dtr" attributevoid
setR1(String r1)
Sets the "r1" attributevoid
setR2(String r2)
Sets the "r2" attributevoid
setRef(String ref)
Sets the "ref" attributevoid
setSi(long si)
Sets the "si" attributevoid
setT(STCellFormulaType.Enum t)
Sets the "t" attributevoid
unsetAca()
Unsets the "aca" attributevoid
unsetBx()
Unsets the "bx" attributevoid
unsetCa()
Unsets the "ca" attributevoid
unsetDel1()
Unsets the "del1" attributevoid
unsetDel2()
Unsets the "del2" attributevoid
unsetDt2D()
Unsets the "dt2D" attributevoid
unsetDtr()
Unsets the "dtr" attributevoid
unsetR1()
Unsets the "r1" attributevoid
unsetR2()
Unsets the "r2" attributevoid
unsetRef()
Unsets the "ref" attributevoid
unsetSi()
Unsets the "si" attributevoid
unsetT()
Unsets the "t" attributeXmlBoolean
xgetAca()
Gets (as xml) the "aca" attributeXmlBoolean
xgetBx()
Gets (as xml) the "bx" attributeXmlBoolean
xgetCa()
Gets (as xml) the "ca" attributeXmlBoolean
xgetDel1()
Gets (as xml) the "del1" attributeXmlBoolean
xgetDel2()
Gets (as xml) the "del2" attributeXmlBoolean
xgetDt2D()
Gets (as xml) the "dt2D" attributeXmlBoolean
xgetDtr()
Gets (as xml) the "dtr" attributeSTCellRef
xgetR1()
Gets (as xml) the "r1" attributeSTCellRef
xgetR2()
Gets (as xml) the "r2" attributeSTRef
xgetRef()
Gets (as xml) the "ref" attributeXmlUnsignedInt
xgetSi()
Gets (as xml) the "si" attributeSTCellFormulaType
xgetT()
Gets (as xml) the "t" attributevoid
xsetAca(XmlBoolean aca)
Sets (as xml) the "aca" attributevoid
xsetBx(XmlBoolean bx)
Sets (as xml) the "bx" attributevoid
xsetCa(XmlBoolean ca)
Sets (as xml) the "ca" attributevoid
xsetDel1(XmlBoolean del1)
Sets (as xml) the "del1" attributevoid
xsetDel2(XmlBoolean del2)
Sets (as xml) the "del2" attributevoid
xsetDt2D(XmlBoolean dt2D)
Sets (as xml) the "dt2D" attributevoid
xsetDtr(XmlBoolean dtr)
Sets (as xml) the "dtr" attributevoid
xsetR1(STCellRef r1)
Sets (as xml) the "r1" attributevoid
xsetR2(STCellRef r2)
Sets (as xml) the "r2" attributevoid
xsetRef(STRef ref)
Sets (as xml) the "ref" attributevoid
xsetSi(XmlUnsignedInt si)
Sets (as xml) the "si" attributevoid
xsetT(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
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(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
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(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
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(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
-
-