public class CTCellFormula extends java.lang.Object implements Child
Java class for CT_CellFormula complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CellFormula">
<simpleContent>
<extension base="<http://schemas.openxmlformats.org/spreadsheetml/2006/main>ST_Formula">
<attribute name="t" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellFormulaType" default="normal" />
<attribute name="aca" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ref" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
<attribute name="dt2D" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dtr" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="del1" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="del2" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="r1" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="r2" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="ca" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="si" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="bx" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
aca |
protected java.lang.Boolean |
bx |
protected java.lang.Boolean |
ca |
protected java.lang.Boolean |
del1 |
protected java.lang.Boolean |
del2 |
protected java.lang.Boolean |
dt2D |
protected java.lang.Boolean |
dtr |
protected java.lang.String |
r1 |
protected java.lang.String |
r2 |
protected java.lang.String |
ref |
protected java.lang.Long |
si |
protected STCellFormulaType |
t |
protected java.lang.String |
value |
| Constructor and Description |
|---|
CTCellFormula() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getR1()
Gets the value of the r1 property.
|
java.lang.String |
getR2()
Gets the value of the r2 property.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
java.lang.Long |
getSi()
Gets the value of the si property.
|
STCellFormulaType |
getT()
Gets the value of the t property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isAca()
Gets the value of the aca property.
|
boolean |
isBx()
Gets the value of the bx property.
|
boolean |
isCa()
Gets the value of the ca property.
|
boolean |
isDel1()
Gets the value of the del1 property.
|
boolean |
isDel2()
Gets the value of the del2 property.
|
boolean |
isDt2D()
Gets the value of the dt2D property.
|
boolean |
isDtr()
Gets the value of the dtr property.
|
void |
setAca(java.lang.Boolean value)
Sets the value of the aca property.
|
void |
setBx(java.lang.Boolean value)
Sets the value of the bx property.
|
void |
setCa(java.lang.Boolean value)
Sets the value of the ca property.
|
void |
setDel1(java.lang.Boolean value)
Sets the value of the del1 property.
|
void |
setDel2(java.lang.Boolean value)
Sets the value of the del2 property.
|
void |
setDt2D(java.lang.Boolean value)
Sets the value of the dt2D property.
|
void |
setDtr(java.lang.Boolean value)
Sets the value of the dtr property.
|
void |
setParent(java.lang.Object parent) |
void |
setR1(java.lang.String value)
Sets the value of the r1 property.
|
void |
setR2(java.lang.String value)
Sets the value of the r2 property.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
void |
setSi(java.lang.Long value)
Sets the value of the si property.
|
void |
setT(STCellFormulaType value)
Sets the value of the t property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected STCellFormulaType t
protected java.lang.Boolean aca
protected java.lang.String ref
protected java.lang.Boolean dt2D
protected java.lang.Boolean dtr
protected java.lang.Boolean del1
protected java.lang.Boolean del2
protected java.lang.String r1
protected java.lang.String r2
protected java.lang.Boolean ca
protected java.lang.Long si
protected java.lang.Boolean bx
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic STCellFormulaType getT()
STCellFormulaTypepublic void setT(STCellFormulaType value)
value - allowed object is
STCellFormulaTypepublic boolean isAca()
Booleanpublic void setAca(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
Stringpublic boolean isDt2D()
Booleanpublic void setDt2D(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDtr()
Booleanpublic void setDtr(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDel1()
Booleanpublic void setDel1(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDel2()
Booleanpublic void setDel2(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getR1()
Stringpublic void setR1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getR2()
Stringpublic void setR2(java.lang.String value)
value - allowed object is
Stringpublic boolean isCa()
Booleanpublic void setCa(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getSi()
Longpublic void setSi(java.lang.Long value)
value - allowed object is
Longpublic boolean isBx()
Booleanpublic void setBx(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.