Class CTCellFormula

java.lang.Object
org.xlsx4j.sml.CTCellFormula
All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • CTCellFormula

      public CTCellFormula()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getT

      public STCellFormulaType getT()
      Gets the value of the t property.
      Returns:
      possible object is STCellFormulaType
    • setT

      public void setT(STCellFormulaType value)
      Sets the value of the t property.
      Parameters:
      value - allowed object is STCellFormulaType
    • isAca

      public boolean isAca()
      Gets the value of the aca property.
      Returns:
      possible object is Boolean
    • setAca

      public void setAca(Boolean value)
      Sets the value of the aca property.
      Parameters:
      value - allowed object is Boolean
    • getRef

      public String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

      public void setRef(String value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is String
    • isDt2D

      public boolean isDt2D()
      Gets the value of the dt2D property.
      Returns:
      possible object is Boolean
    • setDt2D

      public void setDt2D(Boolean value)
      Sets the value of the dt2D property.
      Parameters:
      value - allowed object is Boolean
    • isDtr

      public boolean isDtr()
      Gets the value of the dtr property.
      Returns:
      possible object is Boolean
    • setDtr

      public void setDtr(Boolean value)
      Sets the value of the dtr property.
      Parameters:
      value - allowed object is Boolean
    • isDel1

      public boolean isDel1()
      Gets the value of the del1 property.
      Returns:
      possible object is Boolean
    • setDel1

      public void setDel1(Boolean value)
      Sets the value of the del1 property.
      Parameters:
      value - allowed object is Boolean
    • isDel2

      public boolean isDel2()
      Gets the value of the del2 property.
      Returns:
      possible object is Boolean
    • setDel2

      public void setDel2(Boolean value)
      Sets the value of the del2 property.
      Parameters:
      value - allowed object is Boolean
    • getR1

      public String getR1()
      Gets the value of the r1 property.
      Returns:
      possible object is String
    • setR1

      public void setR1(String value)
      Sets the value of the r1 property.
      Parameters:
      value - allowed object is String
    • getR2

      public String getR2()
      Gets the value of the r2 property.
      Returns:
      possible object is String
    • setR2

      public void setR2(String value)
      Sets the value of the r2 property.
      Parameters:
      value - allowed object is String
    • isCa

      public boolean isCa()
      Gets the value of the ca property.
      Returns:
      possible object is Boolean
    • setCa

      public void setCa(Boolean value)
      Sets the value of the ca property.
      Parameters:
      value - allowed object is Boolean
    • getSi

      public Long getSi()
      Gets the value of the si property.
      Returns:
      possible object is Long
    • setSi

      public void setSi(Long value)
      Sets the value of the si property.
      Parameters:
      value - allowed object is Long
    • isBx

      public boolean isBx()
      Gets the value of the bx property.
      Returns:
      possible object is Boolean
    • setBx

      public void setBx(Boolean value)
      Sets the value of the bx property.
      Parameters:
      value - allowed object is Boolean
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      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.