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(javax.xml.bind.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()
CTAutoFilter
public void setAutoFilter(CTAutoFilter value)
value
- allowed object is
CTAutoFilter
public CTSortState getSortState()
CTSortState
public void setSortState(CTSortState value)
value
- allowed object is
CTSortState
public CTTableColumns getTableColumns()
CTTableColumns
public void setTableColumns(CTTableColumns value)
value
- allowed object is
CTTableColumns
public CTTableStyleInfo getTableStyleInfo()
CTTableStyleInfo
public void setTableStyleInfo(CTTableStyleInfo value)
value
- allowed object is
CTTableStyleInfo
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public long getId()
public void setId(long value)
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public void setRef(String value)
value
- allowed object is
String
public STTableType getTableType()
STTableType
public void setTableType(STTableType value)
value
- allowed object is
STTableType
public long getHeaderRowCount()
Long
public void setHeaderRowCount(Long value)
value
- allowed object is
Long
public boolean isInsertRow()
Boolean
public void setInsertRow(Boolean value)
value
- allowed object is
Boolean
public boolean isInsertRowShift()
Boolean
public void setInsertRowShift(Boolean value)
value
- allowed object is
Boolean
public long getTotalsRowCount()
Long
public void setTotalsRowCount(Long value)
value
- allowed object is
Long
public boolean isTotalsRowShown()
Boolean
public void setTotalsRowShown(Boolean value)
value
- allowed object is
Boolean
public boolean isPublished()
Boolean
public void setPublished(Boolean value)
value
- allowed object is
Boolean
public Long getHeaderRowDxfId()
Long
public void setHeaderRowDxfId(Long value)
value
- allowed object is
Long
public Long getDataDxfId()
Long
public void setDataDxfId(Long value)
value
- allowed object is
Long
public Long getTotalsRowDxfId()
Long
public void setTotalsRowDxfId(Long value)
value
- allowed object is
Long
public Long getHeaderRowBorderDxfId()
Long
public void setHeaderRowBorderDxfId(Long value)
value
- allowed object is
Long
public Long getTableBorderDxfId()
Long
public void setTableBorderDxfId(Long value)
value
- allowed object is
Long
public Long getTotalsRowBorderDxfId()
Long
public void setTotalsRowBorderDxfId(Long value)
value
- allowed object is
Long
public String getHeaderRowCellStyle()
String
public void setHeaderRowCellStyle(String value)
value
- allowed object is
String
public String getDataCellStyle()
String
public void setDataCellStyle(String value)
value
- allowed object is
String
public String getTotalsRowCellStyle()
String
public void setTotalsRowCellStyle(String value)
value
- allowed object is
String
public Long getConnectionId()
Long
public void setConnectionId(Long value)
value
- allowed object is
Long
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.