Class CTTable

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

public class CTTable
extends java.lang.Object
implements Child

Java class for CT_Table complex type.

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

 <complexType name="CT_Table">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="autoFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_AutoFilter" minOccurs="0"/>
         <element name="sortState" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SortState" minOccurs="0"/>
         <element name="tableColumns" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TableColumns"/>
         <element name="tableStyleInfo" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_TableStyleInfo" 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="name" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="displayName" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="comment" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
       <attribute name="ref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
       <attribute name="tableType" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_TableType" default="worksheet" />
       <attribute name="headerRowCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="1" />
       <attribute name="insertRow" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="insertRowShift" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="totalsRowCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="totalsRowShown" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="published" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <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="headerRowBorderDxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" />
       <attribute name="tableBorderDxfId" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_DxfId" />
       <attribute name="totalsRowBorderDxfId" 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" />
       <attribute name="connectionId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

  • Method Details

    • getAutoFilter

      public CTAutoFilter getAutoFilter()
      Gets the value of the autoFilter property.
      Returns:
      possible object is CTAutoFilter
    • setAutoFilter

      public void setAutoFilter​(CTAutoFilter value)
      Sets the value of the autoFilter property.
      Parameters:
      value - allowed object is CTAutoFilter
    • getSortState

      public CTSortState getSortState()
      Gets the value of the sortState property.
      Returns:
      possible object is CTSortState
    • setSortState

      public void setSortState​(CTSortState value)
      Sets the value of the sortState property.
      Parameters:
      value - allowed object is CTSortState
    • getTableColumns

      public CTTableColumns getTableColumns()
      Gets the value of the tableColumns property.
      Returns:
      possible object is CTTableColumns
    • setTableColumns

      public void setTableColumns​(CTTableColumns value)
      Sets the value of the tableColumns property.
      Parameters:
      value - allowed object is CTTableColumns
    • getTableStyleInfo

      public CTTableStyleInfo getTableStyleInfo()
      Gets the value of the tableStyleInfo property.
      Returns:
      possible object is CTTableStyleInfo
    • setTableStyleInfo

      public void setTableStyleInfo​(CTTableStyleInfo value)
      Sets the value of the tableStyleInfo property.
      Parameters:
      value - allowed object is CTTableStyleInfo
    • 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.
    • 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
    • getDisplayName

      public java.lang.String getDisplayName()
      Gets the value of the displayName property.
      Returns:
      possible object is String
    • setDisplayName

      public void setDisplayName​(java.lang.String value)
      Sets the value of the displayName property.
      Parameters:
      value - allowed object is String
    • getComment

      public java.lang.String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment​(java.lang.String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String
    • getRef

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

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

      public STTableType getTableType()
      Gets the value of the tableType property.
      Returns:
      possible object is STTableType
    • setTableType

      public void setTableType​(STTableType value)
      Sets the value of the tableType property.
      Parameters:
      value - allowed object is STTableType
    • getHeaderRowCount

      public long getHeaderRowCount()
      Gets the value of the headerRowCount property.
      Returns:
      possible object is Long
    • setHeaderRowCount

      public void setHeaderRowCount​(java.lang.Long value)
      Sets the value of the headerRowCount property.
      Parameters:
      value - allowed object is Long
    • isInsertRow

      public boolean isInsertRow()
      Gets the value of the insertRow property.
      Returns:
      possible object is Boolean
    • setInsertRow

      public void setInsertRow​(java.lang.Boolean value)
      Sets the value of the insertRow property.
      Parameters:
      value - allowed object is Boolean
    • isInsertRowShift

      public boolean isInsertRowShift()
      Gets the value of the insertRowShift property.
      Returns:
      possible object is Boolean
    • setInsertRowShift

      public void setInsertRowShift​(java.lang.Boolean value)
      Sets the value of the insertRowShift property.
      Parameters:
      value - allowed object is Boolean
    • getTotalsRowCount

      public long getTotalsRowCount()
      Gets the value of the totalsRowCount property.
      Returns:
      possible object is Long
    • setTotalsRowCount

      public void setTotalsRowCount​(java.lang.Long value)
      Sets the value of the totalsRowCount property.
      Parameters:
      value - allowed object is Long
    • isTotalsRowShown

      public boolean isTotalsRowShown()
      Gets the value of the totalsRowShown property.
      Returns:
      possible object is Boolean
    • setTotalsRowShown

      public void setTotalsRowShown​(java.lang.Boolean value)
      Sets the value of the totalsRowShown property.
      Parameters:
      value - allowed object is Boolean
    • isPublished

      public boolean isPublished()
      Gets the value of the published property.
      Returns:
      possible object is Boolean
    • setPublished

      public void setPublished​(java.lang.Boolean value)
      Sets the value of the published property.
      Parameters:
      value - allowed object is Boolean
    • 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
    • getHeaderRowBorderDxfId

      public java.lang.Long getHeaderRowBorderDxfId()
      Gets the value of the headerRowBorderDxfId property.
      Returns:
      possible object is Long
    • setHeaderRowBorderDxfId

      public void setHeaderRowBorderDxfId​(java.lang.Long value)
      Sets the value of the headerRowBorderDxfId property.
      Parameters:
      value - allowed object is Long
    • getTableBorderDxfId

      public java.lang.Long getTableBorderDxfId()
      Gets the value of the tableBorderDxfId property.
      Returns:
      possible object is Long
    • setTableBorderDxfId

      public void setTableBorderDxfId​(java.lang.Long value)
      Sets the value of the tableBorderDxfId property.
      Parameters:
      value - allowed object is Long
    • getTotalsRowBorderDxfId

      public java.lang.Long getTotalsRowBorderDxfId()
      Gets the value of the totalsRowBorderDxfId property.
      Returns:
      possible object is Long
    • setTotalsRowBorderDxfId

      public void setTotalsRowBorderDxfId​(java.lang.Long value)
      Sets the value of the totalsRowBorderDxfId 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
    • getConnectionId

      public java.lang.Long getConnectionId()
      Gets the value of the connectionId property.
      Returns:
      possible object is Long
    • setConnectionId

      public void setConnectionId​(java.lang.Long value)
      Sets the value of the connectionId property.
      Parameters:
      value - allowed object is Long
    • 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​(javax.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.