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.
    • 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
      • 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
      • 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
      • 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