Interface CTTableColumn
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTableColumn extends XmlObject
An XML CT_TableColumn(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTableColumn.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTTableFormula
addNewCalculatedColumnFormula()
Appends and returns a new empty "calculatedColumnFormula" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTTableFormula
addNewTotalsRowFormula()
Appends and returns a new empty "totalsRowFormula" elementCTXmlColumnPr
addNewXmlColumnPr()
Appends and returns a new empty "xmlColumnPr" elementCTTableFormula
getCalculatedColumnFormula()
Gets the "calculatedColumnFormula" elementjava.lang.String
getDataCellStyle()
Gets the "dataCellStyle" attributelong
getDataDxfId()
Gets the "dataDxfId" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementjava.lang.String
getHeaderRowCellStyle()
Gets the "headerRowCellStyle" attributelong
getHeaderRowDxfId()
Gets the "headerRowDxfId" attributelong
getId()
Gets the "id" attributejava.lang.String
getName()
Gets the "name" attributelong
getQueryTableFieldId()
Gets the "queryTableFieldId" attributejava.lang.String
getTotalsRowCellStyle()
Gets the "totalsRowCellStyle" attributelong
getTotalsRowDxfId()
Gets the "totalsRowDxfId" attributeCTTableFormula
getTotalsRowFormula()
Gets the "totalsRowFormula" elementSTTotalsRowFunction.Enum
getTotalsRowFunction()
Gets the "totalsRowFunction" attributejava.lang.String
getTotalsRowLabel()
Gets the "totalsRowLabel" attributejava.lang.String
getUniqueName()
Gets the "uniqueName" attributeCTXmlColumnPr
getXmlColumnPr()
Gets the "xmlColumnPr" elementboolean
isSetCalculatedColumnFormula()
True if has "calculatedColumnFormula" elementboolean
isSetDataCellStyle()
True if has "dataCellStyle" attributeboolean
isSetDataDxfId()
True if has "dataDxfId" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHeaderRowCellStyle()
True if has "headerRowCellStyle" attributeboolean
isSetHeaderRowDxfId()
True if has "headerRowDxfId" attributeboolean
isSetQueryTableFieldId()
True if has "queryTableFieldId" attributeboolean
isSetTotalsRowCellStyle()
True if has "totalsRowCellStyle" attributeboolean
isSetTotalsRowDxfId()
True if has "totalsRowDxfId" attributeboolean
isSetTotalsRowFormula()
True if has "totalsRowFormula" elementboolean
isSetTotalsRowFunction()
True if has "totalsRowFunction" attributeboolean
isSetTotalsRowLabel()
True if has "totalsRowLabel" attributeboolean
isSetUniqueName()
True if has "uniqueName" attributeboolean
isSetXmlColumnPr()
True if has "xmlColumnPr" elementvoid
setCalculatedColumnFormula(CTTableFormula calculatedColumnFormula)
Sets the "calculatedColumnFormula" elementvoid
setDataCellStyle(java.lang.String dataCellStyle)
Sets the "dataCellStyle" attributevoid
setDataDxfId(long dataDxfId)
Sets the "dataDxfId" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setHeaderRowCellStyle(java.lang.String headerRowCellStyle)
Sets the "headerRowCellStyle" attributevoid
setHeaderRowDxfId(long headerRowDxfId)
Sets the "headerRowDxfId" attributevoid
setId(long id)
Sets the "id" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setQueryTableFieldId(long queryTableFieldId)
Sets the "queryTableFieldId" attributevoid
setTotalsRowCellStyle(java.lang.String totalsRowCellStyle)
Sets the "totalsRowCellStyle" attributevoid
setTotalsRowDxfId(long totalsRowDxfId)
Sets the "totalsRowDxfId" attributevoid
setTotalsRowFormula(CTTableFormula totalsRowFormula)
Sets the "totalsRowFormula" elementvoid
setTotalsRowFunction(STTotalsRowFunction.Enum totalsRowFunction)
Sets the "totalsRowFunction" attributevoid
setTotalsRowLabel(java.lang.String totalsRowLabel)
Sets the "totalsRowLabel" attributevoid
setUniqueName(java.lang.String uniqueName)
Sets the "uniqueName" attributevoid
setXmlColumnPr(CTXmlColumnPr xmlColumnPr)
Sets the "xmlColumnPr" elementvoid
unsetCalculatedColumnFormula()
Unsets the "calculatedColumnFormula" elementvoid
unsetDataCellStyle()
Unsets the "dataCellStyle" attributevoid
unsetDataDxfId()
Unsets the "dataDxfId" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHeaderRowCellStyle()
Unsets the "headerRowCellStyle" attributevoid
unsetHeaderRowDxfId()
Unsets the "headerRowDxfId" attributevoid
unsetQueryTableFieldId()
Unsets the "queryTableFieldId" attributevoid
unsetTotalsRowCellStyle()
Unsets the "totalsRowCellStyle" attributevoid
unsetTotalsRowDxfId()
Unsets the "totalsRowDxfId" attributevoid
unsetTotalsRowFormula()
Unsets the "totalsRowFormula" elementvoid
unsetTotalsRowFunction()
Unsets the "totalsRowFunction" attributevoid
unsetTotalsRowLabel()
Unsets the "totalsRowLabel" attributevoid
unsetUniqueName()
Unsets the "uniqueName" attributevoid
unsetXmlColumnPr()
Unsets the "xmlColumnPr" elementSTXstring
xgetDataCellStyle()
Gets (as xml) the "dataCellStyle" attributeSTDxfId
xgetDataDxfId()
Gets (as xml) the "dataDxfId" attributeSTXstring
xgetHeaderRowCellStyle()
Gets (as xml) the "headerRowCellStyle" attributeSTDxfId
xgetHeaderRowDxfId()
Gets (as xml) the "headerRowDxfId" attributeXmlUnsignedInt
xgetId()
Gets (as xml) the "id" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeXmlUnsignedInt
xgetQueryTableFieldId()
Gets (as xml) the "queryTableFieldId" attributeSTXstring
xgetTotalsRowCellStyle()
Gets (as xml) the "totalsRowCellStyle" attributeSTDxfId
xgetTotalsRowDxfId()
Gets (as xml) the "totalsRowDxfId" attributeSTTotalsRowFunction
xgetTotalsRowFunction()
Gets (as xml) the "totalsRowFunction" attributeSTXstring
xgetTotalsRowLabel()
Gets (as xml) the "totalsRowLabel" attributeSTXstring
xgetUniqueName()
Gets (as xml) the "uniqueName" attributevoid
xsetDataCellStyle(STXstring dataCellStyle)
Sets (as xml) the "dataCellStyle" attributevoid
xsetDataDxfId(STDxfId dataDxfId)
Sets (as xml) the "dataDxfId" attributevoid
xsetHeaderRowCellStyle(STXstring headerRowCellStyle)
Sets (as xml) the "headerRowCellStyle" attributevoid
xsetHeaderRowDxfId(STDxfId headerRowDxfId)
Sets (as xml) the "headerRowDxfId" attributevoid
xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetQueryTableFieldId(XmlUnsignedInt queryTableFieldId)
Sets (as xml) the "queryTableFieldId" attributevoid
xsetTotalsRowCellStyle(STXstring totalsRowCellStyle)
Sets (as xml) the "totalsRowCellStyle" attributevoid
xsetTotalsRowDxfId(STDxfId totalsRowDxfId)
Sets (as xml) the "totalsRowDxfId" attributevoid
xsetTotalsRowFunction(STTotalsRowFunction totalsRowFunction)
Sets (as xml) the "totalsRowFunction" attributevoid
xsetTotalsRowLabel(STXstring totalsRowLabel)
Sets (as xml) the "totalsRowLabel" attributevoid
xsetUniqueName(STXstring uniqueName)
Sets (as xml) the "uniqueName" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCalculatedColumnFormula
CTTableFormula getCalculatedColumnFormula()
Gets the "calculatedColumnFormula" element
-
isSetCalculatedColumnFormula
boolean isSetCalculatedColumnFormula()
True if has "calculatedColumnFormula" element
-
setCalculatedColumnFormula
void setCalculatedColumnFormula(CTTableFormula calculatedColumnFormula)
Sets the "calculatedColumnFormula" element
-
addNewCalculatedColumnFormula
CTTableFormula addNewCalculatedColumnFormula()
Appends and returns a new empty "calculatedColumnFormula" element
-
unsetCalculatedColumnFormula
void unsetCalculatedColumnFormula()
Unsets the "calculatedColumnFormula" element
-
getTotalsRowFormula
CTTableFormula getTotalsRowFormula()
Gets the "totalsRowFormula" element
-
isSetTotalsRowFormula
boolean isSetTotalsRowFormula()
True if has "totalsRowFormula" element
-
setTotalsRowFormula
void setTotalsRowFormula(CTTableFormula totalsRowFormula)
Sets the "totalsRowFormula" element
-
addNewTotalsRowFormula
CTTableFormula addNewTotalsRowFormula()
Appends and returns a new empty "totalsRowFormula" element
-
unsetTotalsRowFormula
void unsetTotalsRowFormula()
Unsets the "totalsRowFormula" element
-
getXmlColumnPr
CTXmlColumnPr getXmlColumnPr()
Gets the "xmlColumnPr" element
-
isSetXmlColumnPr
boolean isSetXmlColumnPr()
True if has "xmlColumnPr" element
-
setXmlColumnPr
void setXmlColumnPr(CTXmlColumnPr xmlColumnPr)
Sets the "xmlColumnPr" element
-
addNewXmlColumnPr
CTXmlColumnPr addNewXmlColumnPr()
Appends and returns a new empty "xmlColumnPr" element
-
unsetXmlColumnPr
void unsetXmlColumnPr()
Unsets the "xmlColumnPr" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getId
long getId()
Gets the "id" attribute
-
xgetId
XmlUnsignedInt xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(long id)
Sets the "id" attribute
-
xsetId
void xsetId(XmlUnsignedInt id)
Sets (as xml) the "id" attribute
-
getUniqueName
java.lang.String getUniqueName()
Gets the "uniqueName" attribute
-
xgetUniqueName
STXstring xgetUniqueName()
Gets (as xml) the "uniqueName" attribute
-
isSetUniqueName
boolean isSetUniqueName()
True if has "uniqueName" attribute
-
setUniqueName
void setUniqueName(java.lang.String uniqueName)
Sets the "uniqueName" attribute
-
xsetUniqueName
void xsetUniqueName(STXstring uniqueName)
Sets (as xml) the "uniqueName" attribute
-
unsetUniqueName
void unsetUniqueName()
Unsets the "uniqueName" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
getTotalsRowFunction
STTotalsRowFunction.Enum getTotalsRowFunction()
Gets the "totalsRowFunction" attribute
-
xgetTotalsRowFunction
STTotalsRowFunction xgetTotalsRowFunction()
Gets (as xml) the "totalsRowFunction" attribute
-
isSetTotalsRowFunction
boolean isSetTotalsRowFunction()
True if has "totalsRowFunction" attribute
-
setTotalsRowFunction
void setTotalsRowFunction(STTotalsRowFunction.Enum totalsRowFunction)
Sets the "totalsRowFunction" attribute
-
xsetTotalsRowFunction
void xsetTotalsRowFunction(STTotalsRowFunction totalsRowFunction)
Sets (as xml) the "totalsRowFunction" attribute
-
unsetTotalsRowFunction
void unsetTotalsRowFunction()
Unsets the "totalsRowFunction" attribute
-
getTotalsRowLabel
java.lang.String getTotalsRowLabel()
Gets the "totalsRowLabel" attribute
-
xgetTotalsRowLabel
STXstring xgetTotalsRowLabel()
Gets (as xml) the "totalsRowLabel" attribute
-
isSetTotalsRowLabel
boolean isSetTotalsRowLabel()
True if has "totalsRowLabel" attribute
-
setTotalsRowLabel
void setTotalsRowLabel(java.lang.String totalsRowLabel)
Sets the "totalsRowLabel" attribute
-
xsetTotalsRowLabel
void xsetTotalsRowLabel(STXstring totalsRowLabel)
Sets (as xml) the "totalsRowLabel" attribute
-
unsetTotalsRowLabel
void unsetTotalsRowLabel()
Unsets the "totalsRowLabel" attribute
-
getQueryTableFieldId
long getQueryTableFieldId()
Gets the "queryTableFieldId" attribute
-
xgetQueryTableFieldId
XmlUnsignedInt xgetQueryTableFieldId()
Gets (as xml) the "queryTableFieldId" attribute
-
isSetQueryTableFieldId
boolean isSetQueryTableFieldId()
True if has "queryTableFieldId" attribute
-
setQueryTableFieldId
void setQueryTableFieldId(long queryTableFieldId)
Sets the "queryTableFieldId" attribute
-
xsetQueryTableFieldId
void xsetQueryTableFieldId(XmlUnsignedInt queryTableFieldId)
Sets (as xml) the "queryTableFieldId" attribute
-
unsetQueryTableFieldId
void unsetQueryTableFieldId()
Unsets the "queryTableFieldId" attribute
-
getHeaderRowDxfId
long getHeaderRowDxfId()
Gets the "headerRowDxfId" attribute
-
xgetHeaderRowDxfId
STDxfId xgetHeaderRowDxfId()
Gets (as xml) the "headerRowDxfId" attribute
-
isSetHeaderRowDxfId
boolean isSetHeaderRowDxfId()
True if has "headerRowDxfId" attribute
-
setHeaderRowDxfId
void setHeaderRowDxfId(long headerRowDxfId)
Sets the "headerRowDxfId" attribute
-
xsetHeaderRowDxfId
void xsetHeaderRowDxfId(STDxfId headerRowDxfId)
Sets (as xml) the "headerRowDxfId" attribute
-
unsetHeaderRowDxfId
void unsetHeaderRowDxfId()
Unsets the "headerRowDxfId" attribute
-
getDataDxfId
long getDataDxfId()
Gets the "dataDxfId" attribute
-
xgetDataDxfId
STDxfId xgetDataDxfId()
Gets (as xml) the "dataDxfId" attribute
-
isSetDataDxfId
boolean isSetDataDxfId()
True if has "dataDxfId" attribute
-
setDataDxfId
void setDataDxfId(long dataDxfId)
Sets the "dataDxfId" attribute
-
xsetDataDxfId
void xsetDataDxfId(STDxfId dataDxfId)
Sets (as xml) the "dataDxfId" attribute
-
unsetDataDxfId
void unsetDataDxfId()
Unsets the "dataDxfId" attribute
-
getTotalsRowDxfId
long getTotalsRowDxfId()
Gets the "totalsRowDxfId" attribute
-
xgetTotalsRowDxfId
STDxfId xgetTotalsRowDxfId()
Gets (as xml) the "totalsRowDxfId" attribute
-
isSetTotalsRowDxfId
boolean isSetTotalsRowDxfId()
True if has "totalsRowDxfId" attribute
-
setTotalsRowDxfId
void setTotalsRowDxfId(long totalsRowDxfId)
Sets the "totalsRowDxfId" attribute
-
xsetTotalsRowDxfId
void xsetTotalsRowDxfId(STDxfId totalsRowDxfId)
Sets (as xml) the "totalsRowDxfId" attribute
-
unsetTotalsRowDxfId
void unsetTotalsRowDxfId()
Unsets the "totalsRowDxfId" attribute
-
getHeaderRowCellStyle
java.lang.String getHeaderRowCellStyle()
Gets the "headerRowCellStyle" attribute
-
xgetHeaderRowCellStyle
STXstring xgetHeaderRowCellStyle()
Gets (as xml) the "headerRowCellStyle" attribute
-
isSetHeaderRowCellStyle
boolean isSetHeaderRowCellStyle()
True if has "headerRowCellStyle" attribute
-
setHeaderRowCellStyle
void setHeaderRowCellStyle(java.lang.String headerRowCellStyle)
Sets the "headerRowCellStyle" attribute
-
xsetHeaderRowCellStyle
void xsetHeaderRowCellStyle(STXstring headerRowCellStyle)
Sets (as xml) the "headerRowCellStyle" attribute
-
unsetHeaderRowCellStyle
void unsetHeaderRowCellStyle()
Unsets the "headerRowCellStyle" attribute
-
getDataCellStyle
java.lang.String getDataCellStyle()
Gets the "dataCellStyle" attribute
-
xgetDataCellStyle
STXstring xgetDataCellStyle()
Gets (as xml) the "dataCellStyle" attribute
-
isSetDataCellStyle
boolean isSetDataCellStyle()
True if has "dataCellStyle" attribute
-
setDataCellStyle
void setDataCellStyle(java.lang.String dataCellStyle)
Sets the "dataCellStyle" attribute
-
xsetDataCellStyle
void xsetDataCellStyle(STXstring dataCellStyle)
Sets (as xml) the "dataCellStyle" attribute
-
unsetDataCellStyle
void unsetDataCellStyle()
Unsets the "dataCellStyle" attribute
-
getTotalsRowCellStyle
java.lang.String getTotalsRowCellStyle()
Gets the "totalsRowCellStyle" attribute
-
xgetTotalsRowCellStyle
STXstring xgetTotalsRowCellStyle()
Gets (as xml) the "totalsRowCellStyle" attribute
-
isSetTotalsRowCellStyle
boolean isSetTotalsRowCellStyle()
True if has "totalsRowCellStyle" attribute
-
setTotalsRowCellStyle
void setTotalsRowCellStyle(java.lang.String totalsRowCellStyle)
Sets the "totalsRowCellStyle" attribute
-
xsetTotalsRowCellStyle
void xsetTotalsRowCellStyle(STXstring totalsRowCellStyle)
Sets (as xml) the "totalsRowCellStyle" attribute
-
unsetTotalsRowCellStyle
void unsetTotalsRowCellStyle()
Unsets the "totalsRowCellStyle" attribute
-
-