public class CTCellFormula extends 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 Boolean |
aca |
protected Boolean |
bx |
protected Boolean |
ca |
protected Boolean |
del1 |
protected Boolean |
del2 |
protected Boolean |
dt2D |
protected Boolean |
dtr |
protected String |
r1 |
protected String |
r2 |
protected String |
ref |
protected Long |
si |
protected STCellFormulaType |
t |
protected String |
value |
Constructor and Description |
---|
CTCellFormula() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getR1()
Gets the value of the r1 property.
|
String |
getR2()
Gets the value of the r2 property.
|
String |
getRef()
Gets the value of the ref property.
|
Long |
getSi()
Gets the value of the si property.
|
STCellFormulaType |
getT()
Gets the value of the t property.
|
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(Boolean value)
Sets the value of the aca property.
|
void |
setBx(Boolean value)
Sets the value of the bx property.
|
void |
setCa(Boolean value)
Sets the value of the ca property.
|
void |
setDel1(Boolean value)
Sets the value of the del1 property.
|
void |
setDel2(Boolean value)
Sets the value of the del2 property.
|
void |
setDt2D(Boolean value)
Sets the value of the dt2D property.
|
void |
setDtr(Boolean value)
Sets the value of the dtr property.
|
void |
setParent(Object parent) |
void |
setR1(String value)
Sets the value of the r1 property.
|
void |
setR2(String value)
Sets the value of the r2 property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setSi(Long value)
Sets the value of the si property.
|
void |
setT(STCellFormulaType value)
Sets the value of the t property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected STCellFormulaType t
protected Boolean aca
protected String ref
protected Boolean dt2D
protected Boolean dtr
protected Boolean del1
protected Boolean del2
protected String r1
protected String r2
protected Boolean ca
protected Long si
protected Boolean bx
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public STCellFormulaType getT()
STCellFormulaType
public void setT(STCellFormulaType value)
value
- allowed object is
STCellFormulaType
public boolean isAca()
Boolean
public void setAca(Boolean value)
value
- allowed object is
Boolean
public String getRef()
String
public void setRef(String value)
value
- allowed object is
String
public boolean isDt2D()
Boolean
public void setDt2D(Boolean value)
value
- allowed object is
Boolean
public boolean isDtr()
Boolean
public void setDtr(Boolean value)
value
- allowed object is
Boolean
public boolean isDel1()
Boolean
public void setDel1(Boolean value)
value
- allowed object is
Boolean
public boolean isDel2()
Boolean
public void setDel2(Boolean value)
value
- allowed object is
Boolean
public void setR1(String value)
value
- allowed object is
String
public void setR2(String value)
value
- allowed object is
String
public boolean isCa()
Boolean
public void setCa(Boolean value)
value
- allowed object is
Boolean
public void setSi(Long value)
value
- allowed object is
Long
public boolean isBx()
Boolean
public void setBx(Boolean value)
value
- allowed object is
Boolean
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2019. All Rights Reserved.