Package org.xlsx4j.sml
Class CTCellFormula
java.lang.Object
org.xlsx4j.sml.CTCellFormula
- All Implemented Interfaces:
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the parent object in the object tree representing the unmarshalled xml document.getR1()Gets the value of the r1 property.getR2()Gets the value of the r2 property.getRef()Gets the value of the ref property.getSi()Gets the value of the si property.getT()Gets the value of the t property.getValue()Gets the value of the value property.booleanisAca()Gets the value of the aca property.booleanisBx()Gets the value of the bx property.booleanisCa()Gets the value of the ca property.booleanisDel1()Gets the value of the del1 property.booleanisDel2()Gets the value of the del2 property.booleanisDt2D()Gets the value of the dt2D property.booleanisDtr()Gets the value of the dtr property.voidSets the value of the aca property.voidSets the value of the bx property.voidSets the value of the ca property.voidSets the value of the del1 property.voidSets the value of the del2 property.voidSets the value of the dt2D property.voidSets the value of the dtr property.voidvoidSets the value of the r1 property.voidSets the value of the r2 property.voidSets the value of the ref property.voidSets the value of the si property.voidsetT(STCellFormulaType value) Sets the value of the t property.voidSets the value of the value property.
-
Field Details
-
value
-
t
-
aca
-
ref
-
dt2D
-
dtr
-
del1
-
del2
-
r1
-
r2
-
ca
-
si
-
bx
-
-
Constructor Details
-
CTCellFormula
public CTCellFormula()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getT
Gets the value of the t property.- Returns:
- possible object is
STCellFormulaType
-
setT
Sets the value of the t property.- Parameters:
value- allowed object isSTCellFormulaType
-
isAca
public boolean isAca()Gets the value of the aca property.- Returns:
- possible object is
Boolean
-
setAca
Sets the value of the aca property.- Parameters:
value- allowed object isBoolean
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isString
-
isDt2D
public boolean isDt2D()Gets the value of the dt2D property.- Returns:
- possible object is
Boolean
-
setDt2D
Sets the value of the dt2D property.- Parameters:
value- allowed object isBoolean
-
isDtr
public boolean isDtr()Gets the value of the dtr property.- Returns:
- possible object is
Boolean
-
setDtr
Sets the value of the dtr property.- Parameters:
value- allowed object isBoolean
-
isDel1
public boolean isDel1()Gets the value of the del1 property.- Returns:
- possible object is
Boolean
-
setDel1
Sets the value of the del1 property.- Parameters:
value- allowed object isBoolean
-
isDel2
public boolean isDel2()Gets the value of the del2 property.- Returns:
- possible object is
Boolean
-
setDel2
Sets the value of the del2 property.- Parameters:
value- allowed object isBoolean
-
getR1
Gets the value of the r1 property.- Returns:
- possible object is
String
-
setR1
Sets the value of the r1 property.- Parameters:
value- allowed object isString
-
getR2
Gets the value of the r2 property.- Returns:
- possible object is
String
-
setR2
Sets the value of the r2 property.- Parameters:
value- allowed object isString
-
isCa
public boolean isCa()Gets the value of the ca property.- Returns:
- possible object is
Boolean
-
setCa
Sets the value of the ca property.- Parameters:
value- allowed object isBoolean
-
getSi
Gets the value of the si property.- Returns:
- possible object is
Long
-
setSi
Sets the value of the si property.- Parameters:
value- allowed object isLong
-
isBx
public boolean isBx()Gets the value of the bx property.- Returns:
- possible object is
Boolean
-
setBx
Sets the value of the bx property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-