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