Class CTTableColumn

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

public class CTTableColumn
extends java.lang.Object
implements Child

Java class for CT_TableColumn complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_TableColumn">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calculatedColumnFormula" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TableFormula" minOccurs="0"/>
         <element name="totalsRowFormula" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TableFormula" minOccurs="0"/>
         <element name="xmlColumnPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_XmlColumnPr" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="uniqueName" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="name" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="totalsRowFunction" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_TotalsRowFunction" default="none" />
       <attribute name="totalsRowLabel" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="queryTableFieldId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="headerRowDxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" />
       <attribute name="dataDxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" />
       <attribute name="totalsRowDxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" />
       <attribute name="headerRowCellStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="dataCellStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="totalsRowCellStyle" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • calculatedColumnFormula

      protected CTTableFormula calculatedColumnFormula
    • totalsRowFormula

      protected CTTableFormula totalsRowFormula
    • xmlColumnPr

      protected CTXmlColumnPr xmlColumnPr
    • extLst

      protected CTExtensionList extLst
    • id

      protected long id
    • uniqueName

      protected java.lang.String uniqueName
    • name

      protected java.lang.String name
    • totalsRowFunction

      protected STTotalsRowFunction totalsRowFunction
    • totalsRowLabel

      protected java.lang.String totalsRowLabel
    • queryTableFieldId

      protected java.lang.Long queryTableFieldId
    • headerRowDxfId

      protected java.lang.Long headerRowDxfId
    • dataDxfId

      protected java.lang.Long dataDxfId
    • totalsRowDxfId

      protected java.lang.Long totalsRowDxfId
    • headerRowCellStyle

      protected java.lang.String headerRowCellStyle
    • dataCellStyle

      protected java.lang.String dataCellStyle
    • totalsRowCellStyle

      protected java.lang.String totalsRowCellStyle
  • Constructor Details

    • CTTableColumn

      public CTTableColumn()
  • Method Details

    • getCalculatedColumnFormula

      public CTTableFormula getCalculatedColumnFormula()
      Gets the value of the calculatedColumnFormula property.
      Returns:
      possible object is CTTableFormula
    • setCalculatedColumnFormula

      public void setCalculatedColumnFormula​(CTTableFormula value)
      Sets the value of the calculatedColumnFormula property.
      Parameters:
      value - allowed object is CTTableFormula
    • getTotalsRowFormula

      public CTTableFormula getTotalsRowFormula()
      Gets the value of the totalsRowFormula property.
      Returns:
      possible object is CTTableFormula
    • setTotalsRowFormula

      public void setTotalsRowFormula​(CTTableFormula value)
      Sets the value of the totalsRowFormula property.
      Parameters:
      value - allowed object is CTTableFormula
    • getXmlColumnPr

      public CTXmlColumnPr getXmlColumnPr()
      Gets the value of the xmlColumnPr property.
      Returns:
      possible object is CTXmlColumnPr
    • setXmlColumnPr

      public void setXmlColumnPr​(CTXmlColumnPr value)
      Sets the value of the xmlColumnPr property.
      Parameters:
      value - allowed object is CTXmlColumnPr
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getId

      public long getId()
      Gets the value of the id property.
    • setId

      public void setId​(long value)
      Sets the value of the id property.
    • getUniqueName

      public java.lang.String getUniqueName()
      Gets the value of the uniqueName property.
      Returns:
      possible object is String
    • setUniqueName

      public void setUniqueName​(java.lang.String value)
      Sets the value of the uniqueName property.
      Parameters:
      value - allowed object is String
    • getName

      public java.lang.String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getTotalsRowFunction

      public STTotalsRowFunction getTotalsRowFunction()
      Gets the value of the totalsRowFunction property.
      Returns:
      possible object is STTotalsRowFunction
    • setTotalsRowFunction

      public void setTotalsRowFunction​(STTotalsRowFunction value)
      Sets the value of the totalsRowFunction property.
      Parameters:
      value - allowed object is STTotalsRowFunction
    • getTotalsRowLabel

      public java.lang.String getTotalsRowLabel()
      Gets the value of the totalsRowLabel property.
      Returns:
      possible object is String
    • setTotalsRowLabel

      public void setTotalsRowLabel​(java.lang.String value)
      Sets the value of the totalsRowLabel property.
      Parameters:
      value - allowed object is String
    • getQueryTableFieldId

      public java.lang.Long getQueryTableFieldId()
      Gets the value of the queryTableFieldId property.
      Returns:
      possible object is Long
    • setQueryTableFieldId

      public void setQueryTableFieldId​(java.lang.Long value)
      Sets the value of the queryTableFieldId property.
      Parameters:
      value - allowed object is Long
    • getHeaderRowDxfId

      public java.lang.Long getHeaderRowDxfId()
      Gets the value of the headerRowDxfId property.
      Returns:
      possible object is Long
    • setHeaderRowDxfId

      public void setHeaderRowDxfId​(java.lang.Long value)
      Sets the value of the headerRowDxfId property.
      Parameters:
      value - allowed object is Long
    • getDataDxfId

      public java.lang.Long getDataDxfId()
      Gets the value of the dataDxfId property.
      Returns:
      possible object is Long
    • setDataDxfId

      public void setDataDxfId​(java.lang.Long value)
      Sets the value of the dataDxfId property.
      Parameters:
      value - allowed object is Long
    • getTotalsRowDxfId

      public java.lang.Long getTotalsRowDxfId()
      Gets the value of the totalsRowDxfId property.
      Returns:
      possible object is Long
    • setTotalsRowDxfId

      public void setTotalsRowDxfId​(java.lang.Long value)
      Sets the value of the totalsRowDxfId property.
      Parameters:
      value - allowed object is Long
    • getHeaderRowCellStyle

      public java.lang.String getHeaderRowCellStyle()
      Gets the value of the headerRowCellStyle property.
      Returns:
      possible object is String
    • setHeaderRowCellStyle

      public void setHeaderRowCellStyle​(java.lang.String value)
      Sets the value of the headerRowCellStyle property.
      Parameters:
      value - allowed object is String
    • getDataCellStyle

      public java.lang.String getDataCellStyle()
      Gets the value of the dataCellStyle property.
      Returns:
      possible object is String
    • setDataCellStyle

      public void setDataCellStyle​(java.lang.String value)
      Sets the value of the dataCellStyle property.
      Parameters:
      value - allowed object is String
    • getTotalsRowCellStyle

      public java.lang.String getTotalsRowCellStyle()
      Gets the value of the totalsRowCellStyle property.
      Returns:
      possible object is String
    • setTotalsRowCellStyle

      public void setTotalsRowCellStyle​(java.lang.String value)
      Sets the value of the totalsRowCellStyle property.
      Parameters:
      value - allowed object is String
    • getParent

      public java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.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.