public class CTTableColumn extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTTableFormula |
calculatedColumnFormula |
protected String |
dataCellStyle |
protected Long |
dataDxfId |
protected CTExtensionList |
extLst |
protected String |
headerRowCellStyle |
protected Long |
headerRowDxfId |
protected long |
id |
protected String |
name |
protected Long |
queryTableFieldId |
protected String |
totalsRowCellStyle |
protected Long |
totalsRowDxfId |
protected CTTableFormula |
totalsRowFormula |
protected STTotalsRowFunction |
totalsRowFunction |
protected String |
totalsRowLabel |
protected String |
uniqueName |
protected CTXmlColumnPr |
xmlColumnPr |
| Constructor and Description |
|---|
CTTableColumn() |
| 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.
|
CTTableFormula |
getCalculatedColumnFormula()
Gets the value of the calculatedColumnFormula property.
|
String |
getDataCellStyle()
Gets the value of the dataCellStyle property.
|
Long |
getDataDxfId()
Gets the value of the dataDxfId property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getHeaderRowCellStyle()
Gets the value of the headerRowCellStyle 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.
|
Long |
getQueryTableFieldId()
Gets the value of the queryTableFieldId property.
|
String |
getTotalsRowCellStyle()
Gets the value of the totalsRowCellStyle property.
|
Long |
getTotalsRowDxfId()
Gets the value of the totalsRowDxfId property.
|
CTTableFormula |
getTotalsRowFormula()
Gets the value of the totalsRowFormula property.
|
STTotalsRowFunction |
getTotalsRowFunction()
Gets the value of the totalsRowFunction property.
|
String |
getTotalsRowLabel()
Gets the value of the totalsRowLabel property.
|
String |
getUniqueName()
Gets the value of the uniqueName property.
|
CTXmlColumnPr |
getXmlColumnPr()
Gets the value of the xmlColumnPr property.
|
void |
setCalculatedColumnFormula(CTTableFormula value)
Sets the value of the calculatedColumnFormula property.
|
void |
setDataCellStyle(String value)
Sets the value of the dataCellStyle property.
|
void |
setDataDxfId(Long value)
Sets the value of the dataDxfId property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHeaderRowCellStyle(String value)
Sets the value of the headerRowCellStyle property.
|
void |
setHeaderRowDxfId(Long value)
Sets the value of the headerRowDxfId property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParent(Object parent) |
void |
setQueryTableFieldId(Long value)
Sets the value of the queryTableFieldId property.
|
void |
setTotalsRowCellStyle(String value)
Sets the value of the totalsRowCellStyle property.
|
void |
setTotalsRowDxfId(Long value)
Sets the value of the totalsRowDxfId property.
|
void |
setTotalsRowFormula(CTTableFormula value)
Sets the value of the totalsRowFormula property.
|
void |
setTotalsRowFunction(STTotalsRowFunction value)
Sets the value of the totalsRowFunction property.
|
void |
setTotalsRowLabel(String value)
Sets the value of the totalsRowLabel property.
|
void |
setUniqueName(String value)
Sets the value of the uniqueName property.
|
void |
setXmlColumnPr(CTXmlColumnPr value)
Sets the value of the xmlColumnPr property.
|
protected CTTableFormula calculatedColumnFormula
protected CTTableFormula totalsRowFormula
protected CTXmlColumnPr xmlColumnPr
protected CTExtensionList extLst
protected long id
protected String uniqueName
protected String name
protected STTotalsRowFunction totalsRowFunction
protected String totalsRowLabel
protected Long queryTableFieldId
protected Long headerRowDxfId
protected Long dataDxfId
protected Long totalsRowDxfId
protected String headerRowCellStyle
protected String dataCellStyle
protected String totalsRowCellStyle
public CTTableFormula getCalculatedColumnFormula()
CTTableFormulapublic void setCalculatedColumnFormula(CTTableFormula value)
value - allowed object is
CTTableFormulapublic CTTableFormula getTotalsRowFormula()
CTTableFormulapublic void setTotalsRowFormula(CTTableFormula value)
value - allowed object is
CTTableFormulapublic CTXmlColumnPr getXmlColumnPr()
CTXmlColumnPrpublic void setXmlColumnPr(CTXmlColumnPr value)
value - allowed object is
CTXmlColumnPrpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic long getId()
public void setId(long value)
public String getUniqueName()
Stringpublic void setUniqueName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic STTotalsRowFunction getTotalsRowFunction()
STTotalsRowFunctionpublic void setTotalsRowFunction(STTotalsRowFunction value)
value - allowed object is
STTotalsRowFunctionpublic String getTotalsRowLabel()
Stringpublic void setTotalsRowLabel(String value)
value - allowed object is
Stringpublic Long getQueryTableFieldId()
Longpublic void setQueryTableFieldId(Long value)
value - allowed object is
Longpublic 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 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 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.