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