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>
| Modifier and Type | Field and Description |
|---|---|
protected CTAutoFilter |
autoFilter |
protected java.lang.String |
comment |
protected java.lang.Long |
connectionId |
protected java.lang.String |
dataCellStyle |
protected java.lang.Long |
dataDxfId |
protected java.lang.String |
displayName |
protected CTExtensionList |
extLst |
protected java.lang.Long |
headerRowBorderDxfId |
protected java.lang.String |
headerRowCellStyle |
protected java.lang.Long |
headerRowCount |
protected java.lang.Long |
headerRowDxfId |
protected long |
id |
protected java.lang.Boolean |
insertRow |
protected java.lang.Boolean |
insertRowShift |
protected java.lang.String |
name |
protected java.lang.Boolean |
published |
protected java.lang.String |
ref |
protected CTSortState |
sortState |
protected java.lang.Long |
tableBorderDxfId |
protected CTTableColumns |
tableColumns |
protected CTTableStyleInfo |
tableStyleInfo |
protected STTableType |
tableType |
protected java.lang.Long |
totalsRowBorderDxfId |
protected java.lang.String |
totalsRowCellStyle |
protected java.lang.Long |
totalsRowCount |
protected java.lang.Long |
totalsRowDxfId |
protected java.lang.Boolean |
totalsRowShown |
| Constructor and Description |
|---|
CTTable() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CTAutoFilter |
getAutoFilter()
Gets the value of the autoFilter property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.Long |
getConnectionId()
Gets the value of the connectionId property.
|
java.lang.String |
getDataCellStyle()
Gets the value of the dataCellStyle property.
|
java.lang.Long |
getDataDxfId()
Gets the value of the dataDxfId property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.Long |
getHeaderRowBorderDxfId()
Gets the value of the headerRowBorderDxfId property.
|
java.lang.String |
getHeaderRowCellStyle()
Gets the value of the headerRowCellStyle property.
|
long |
getHeaderRowCount()
Gets the value of the headerRowCount property.
|
java.lang.Long |
getHeaderRowDxfId()
Gets the value of the headerRowDxfId property.
|
long |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getRef()
Gets the value of the ref property.
|
CTSortState |
getSortState()
Gets the value of the sortState property.
|
java.lang.Long |
getTableBorderDxfId()
Gets the value of the tableBorderDxfId property.
|
CTTableColumns |
getTableColumns()
Gets the value of the tableColumns property.
|
CTTableStyleInfo |
getTableStyleInfo()
Gets the value of the tableStyleInfo property.
|
STTableType |
getTableType()
Gets the value of the tableType property.
|
java.lang.Long |
getTotalsRowBorderDxfId()
Gets the value of the totalsRowBorderDxfId property.
|
java.lang.String |
getTotalsRowCellStyle()
Gets the value of the totalsRowCellStyle property.
|
long |
getTotalsRowCount()
Gets the value of the totalsRowCount property.
|
java.lang.Long |
getTotalsRowDxfId()
Gets the value of the totalsRowDxfId property.
|
boolean |
isInsertRow()
Gets the value of the insertRow property.
|
boolean |
isInsertRowShift()
Gets the value of the insertRowShift property.
|
boolean |
isPublished()
Gets the value of the published property.
|
boolean |
isTotalsRowShown()
Gets the value of the totalsRowShown property.
|
void |
setAutoFilter(CTAutoFilter value)
Sets the value of the autoFilter property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setConnectionId(java.lang.Long value)
Sets the value of the connectionId property.
|
void |
setDataCellStyle(java.lang.String value)
Sets the value of the dataCellStyle property.
|
void |
setDataDxfId(java.lang.Long value)
Sets the value of the dataDxfId property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHeaderRowBorderDxfId(java.lang.Long value)
Sets the value of the headerRowBorderDxfId property.
|
void |
setHeaderRowCellStyle(java.lang.String value)
Sets the value of the headerRowCellStyle property.
|
void |
setHeaderRowCount(java.lang.Long value)
Sets the value of the headerRowCount property.
|
void |
setHeaderRowDxfId(java.lang.Long value)
Sets the value of the headerRowDxfId property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setInsertRow(java.lang.Boolean value)
Sets the value of the insertRow property.
|
void |
setInsertRowShift(java.lang.Boolean value)
Sets the value of the insertRowShift property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setParent(java.lang.Object parent) |
void |
setPublished(java.lang.Boolean value)
Sets the value of the published property.
|
void |
setRef(java.lang.String value)
Sets the value of the ref property.
|
void |
setSortState(CTSortState value)
Sets the value of the sortState property.
|
void |
setTableBorderDxfId(java.lang.Long value)
Sets the value of the tableBorderDxfId property.
|
void |
setTableColumns(CTTableColumns value)
Sets the value of the tableColumns property.
|
void |
setTableStyleInfo(CTTableStyleInfo value)
Sets the value of the tableStyleInfo property.
|
void |
setTableType(STTableType value)
Sets the value of the tableType property.
|
void |
setTotalsRowBorderDxfId(java.lang.Long value)
Sets the value of the totalsRowBorderDxfId property.
|
void |
setTotalsRowCellStyle(java.lang.String value)
Sets the value of the totalsRowCellStyle property.
|
void |
setTotalsRowCount(java.lang.Long value)
Sets the value of the totalsRowCount property.
|
void |
setTotalsRowDxfId(java.lang.Long value)
Sets the value of the totalsRowDxfId property.
|
void |
setTotalsRowShown(java.lang.Boolean value)
Sets the value of the totalsRowShown property.
|
protected CTAutoFilter autoFilter
protected CTSortState sortState
protected CTTableColumns tableColumns
protected CTTableStyleInfo tableStyleInfo
protected CTExtensionList extLst
protected long id
protected java.lang.String name
protected java.lang.String displayName
protected java.lang.String comment
protected java.lang.String ref
protected STTableType tableType
protected java.lang.Long headerRowCount
protected java.lang.Boolean insertRow
protected java.lang.Boolean insertRowShift
protected java.lang.Long totalsRowCount
protected java.lang.Boolean totalsRowShown
protected java.lang.Boolean published
protected java.lang.Long headerRowDxfId
protected java.lang.Long dataDxfId
protected java.lang.Long totalsRowDxfId
protected java.lang.Long headerRowBorderDxfId
protected java.lang.Long tableBorderDxfId
protected java.lang.Long totalsRowBorderDxfId
protected java.lang.String headerRowCellStyle
protected java.lang.String dataCellStyle
protected java.lang.String totalsRowCellStyle
protected java.lang.Long connectionId
public CTAutoFilter getAutoFilter()
CTAutoFilterpublic void setAutoFilter(CTAutoFilter value)
value - allowed object is
CTAutoFilterpublic CTSortState getSortState()
CTSortStatepublic void setSortState(CTSortState value)
value - allowed object is
CTSortStatepublic CTTableColumns getTableColumns()
CTTableColumnspublic void setTableColumns(CTTableColumns value)
value - allowed object is
CTTableColumnspublic CTTableStyleInfo getTableStyleInfo()
CTTableStyleInfopublic void setTableStyleInfo(CTTableStyleInfo value)
value - allowed object is
CTTableStyleInfopublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getId()
public void setId(long value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRef()
Stringpublic void setRef(java.lang.String value)
value - allowed object is
Stringpublic STTableType getTableType()
STTableTypepublic void setTableType(STTableType value)
value - allowed object is
STTableTypepublic long getHeaderRowCount()
Longpublic void setHeaderRowCount(java.lang.Long value)
value - allowed object is
Longpublic boolean isInsertRow()
Booleanpublic void setInsertRow(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isInsertRowShift()
Booleanpublic void setInsertRowShift(java.lang.Boolean value)
value - allowed object is
Booleanpublic long getTotalsRowCount()
Longpublic void setTotalsRowCount(java.lang.Long value)
value - allowed object is
Longpublic boolean isTotalsRowShown()
Booleanpublic void setTotalsRowShown(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPublished()
Booleanpublic void setPublished(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getHeaderRowDxfId()
Longpublic void setHeaderRowDxfId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getDataDxfId()
Longpublic void setDataDxfId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getTotalsRowDxfId()
Longpublic void setTotalsRowDxfId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getHeaderRowBorderDxfId()
Longpublic void setHeaderRowBorderDxfId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getTableBorderDxfId()
Longpublic void setTableBorderDxfId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getTotalsRowBorderDxfId()
Longpublic void setTotalsRowBorderDxfId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getHeaderRowCellStyle()
Stringpublic void setHeaderRowCellStyle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataCellStyle()
Stringpublic void setDataCellStyle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTotalsRowCellStyle()
Stringpublic void setTotalsRowCellStyle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getConnectionId()
Longpublic void setConnectionId(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.