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()
CTTableFormula
public void setCalculatedColumnFormula(CTTableFormula value)
value
- allowed object is
CTTableFormula
public CTTableFormula getTotalsRowFormula()
CTTableFormula
public void setTotalsRowFormula(CTTableFormula value)
value
- allowed object is
CTTableFormula
public CTXmlColumnPr getXmlColumnPr()
CTXmlColumnPr
public void setXmlColumnPr(CTXmlColumnPr value)
value
- allowed object is
CTXmlColumnPr
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public long getId()
public void setId(long value)
public String getUniqueName()
String
public void setUniqueName(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public STTotalsRowFunction getTotalsRowFunction()
STTotalsRowFunction
public void setTotalsRowFunction(STTotalsRowFunction value)
value
- allowed object is
STTotalsRowFunction
public String getTotalsRowLabel()
String
public void setTotalsRowLabel(String value)
value
- allowed object is
String
public Long getQueryTableFieldId()
Long
public void setQueryTableFieldId(Long value)
value
- allowed object is
Long
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 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 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-2018. All Rights Reserved.