All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn Maven / Gradle / Ivy

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

There is a newer version: 62
Show newest version
/*
 * XML Type:  CT_TableColumn
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_TableColumn(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTableColumn extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("cttablecolumn08a3type");
    
    /**
     * Gets the "calculatedColumnFormula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula getCalculatedColumnFormula();
    
    /**
     * True if has "calculatedColumnFormula" element
     */
    boolean isSetCalculatedColumnFormula();
    
    /**
     * Sets the "calculatedColumnFormula" element
     */
    void setCalculatedColumnFormula(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula calculatedColumnFormula);
    
    /**
     * Appends and returns a new empty "calculatedColumnFormula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula addNewCalculatedColumnFormula();
    
    /**
     * Unsets the "calculatedColumnFormula" element
     */
    void unsetCalculatedColumnFormula();
    
    /**
     * Gets the "totalsRowFormula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula getTotalsRowFormula();
    
    /**
     * True if has "totalsRowFormula" element
     */
    boolean isSetTotalsRowFormula();
    
    /**
     * Sets the "totalsRowFormula" element
     */
    void setTotalsRowFormula(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula totalsRowFormula);
    
    /**
     * Appends and returns a new empty "totalsRowFormula" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableFormula addNewTotalsRowFormula();
    
    /**
     * Unsets the "totalsRowFormula" element
     */
    void unsetTotalsRowFormula();
    
    /**
     * Gets the "xmlColumnPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr getXmlColumnPr();
    
    /**
     * True if has "xmlColumnPr" element
     */
    boolean isSetXmlColumnPr();
    
    /**
     * Sets the "xmlColumnPr" element
     */
    void setXmlColumnPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr xmlColumnPr);
    
    /**
     * Appends and returns a new empty "xmlColumnPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr addNewXmlColumnPr();
    
    /**
     * Unsets the "xmlColumnPr" element
     */
    void unsetXmlColumnPr();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "id" attribute
     */
    long getId();
    
    /**
     * Gets (as xml) the "id" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetId();
    
    /**
     * Sets the "id" attribute
     */
    void setId(long id);
    
    /**
     * Sets (as xml) the "id" attribute
     */
    void xsetId(org.apache.xmlbeans.XmlUnsignedInt id);
    
    /**
     * Gets the "uniqueName" attribute
     */
    java.lang.String getUniqueName();
    
    /**
     * Gets (as xml) the "uniqueName" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUniqueName();
    
    /**
     * True if has "uniqueName" attribute
     */
    boolean isSetUniqueName();
    
    /**
     * Sets the "uniqueName" attribute
     */
    void setUniqueName(java.lang.String uniqueName);
    
    /**
     * Sets (as xml) the "uniqueName" attribute
     */
    void xsetUniqueName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring uniqueName);
    
    /**
     * Unsets the "uniqueName" attribute
     */
    void unsetUniqueName();
    
    /**
     * Gets the "name" attribute
     */
    java.lang.String getName();
    
    /**
     * Gets (as xml) the "name" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName();
    
    /**
     * Sets the "name" attribute
     */
    void setName(java.lang.String name);
    
    /**
     * Sets (as xml) the "name" attribute
     */
    void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name);
    
    /**
     * Gets the "totalsRowFunction" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction.Enum getTotalsRowFunction();
    
    /**
     * Gets (as xml) the "totalsRowFunction" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction xgetTotalsRowFunction();
    
    /**
     * True if has "totalsRowFunction" attribute
     */
    boolean isSetTotalsRowFunction();
    
    /**
     * Sets the "totalsRowFunction" attribute
     */
    void setTotalsRowFunction(org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction.Enum totalsRowFunction);
    
    /**
     * Sets (as xml) the "totalsRowFunction" attribute
     */
    void xsetTotalsRowFunction(org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction totalsRowFunction);
    
    /**
     * Unsets the "totalsRowFunction" attribute
     */
    void unsetTotalsRowFunction();
    
    /**
     * Gets the "totalsRowLabel" attribute
     */
    java.lang.String getTotalsRowLabel();
    
    /**
     * Gets (as xml) the "totalsRowLabel" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTotalsRowLabel();
    
    /**
     * True if has "totalsRowLabel" attribute
     */
    boolean isSetTotalsRowLabel();
    
    /**
     * Sets the "totalsRowLabel" attribute
     */
    void setTotalsRowLabel(java.lang.String totalsRowLabel);
    
    /**
     * Sets (as xml) the "totalsRowLabel" attribute
     */
    void xsetTotalsRowLabel(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring totalsRowLabel);
    
    /**
     * Unsets the "totalsRowLabel" attribute
     */
    void unsetTotalsRowLabel();
    
    /**
     * Gets the "queryTableFieldId" attribute
     */
    long getQueryTableFieldId();
    
    /**
     * Gets (as xml) the "queryTableFieldId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetQueryTableFieldId();
    
    /**
     * True if has "queryTableFieldId" attribute
     */
    boolean isSetQueryTableFieldId();
    
    /**
     * Sets the "queryTableFieldId" attribute
     */
    void setQueryTableFieldId(long queryTableFieldId);
    
    /**
     * Sets (as xml) the "queryTableFieldId" attribute
     */
    void xsetQueryTableFieldId(org.apache.xmlbeans.XmlUnsignedInt queryTableFieldId);
    
    /**
     * Unsets the "queryTableFieldId" attribute
     */
    void unsetQueryTableFieldId();
    
    /**
     * Gets the "headerRowDxfId" attribute
     */
    long getHeaderRowDxfId();
    
    /**
     * Gets (as xml) the "headerRowDxfId" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STDxfId xgetHeaderRowDxfId();
    
    /**
     * True if has "headerRowDxfId" attribute
     */
    boolean isSetHeaderRowDxfId();
    
    /**
     * Sets the "headerRowDxfId" attribute
     */
    void setHeaderRowDxfId(long headerRowDxfId);
    
    /**
     * Sets (as xml) the "headerRowDxfId" attribute
     */
    void xsetHeaderRowDxfId(org.openxmlformats.schemas.spreadsheetml.x2006.main.STDxfId headerRowDxfId);
    
    /**
     * Unsets the "headerRowDxfId" attribute
     */
    void unsetHeaderRowDxfId();
    
    /**
     * Gets the "dataDxfId" attribute
     */
    long getDataDxfId();
    
    /**
     * Gets (as xml) the "dataDxfId" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STDxfId xgetDataDxfId();
    
    /**
     * True if has "dataDxfId" attribute
     */
    boolean isSetDataDxfId();
    
    /**
     * Sets the "dataDxfId" attribute
     */
    void setDataDxfId(long dataDxfId);
    
    /**
     * Sets (as xml) the "dataDxfId" attribute
     */
    void xsetDataDxfId(org.openxmlformats.schemas.spreadsheetml.x2006.main.STDxfId dataDxfId);
    
    /**
     * Unsets the "dataDxfId" attribute
     */
    void unsetDataDxfId();
    
    /**
     * Gets the "totalsRowDxfId" attribute
     */
    long getTotalsRowDxfId();
    
    /**
     * Gets (as xml) the "totalsRowDxfId" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STDxfId xgetTotalsRowDxfId();
    
    /**
     * True if has "totalsRowDxfId" attribute
     */
    boolean isSetTotalsRowDxfId();
    
    /**
     * Sets the "totalsRowDxfId" attribute
     */
    void setTotalsRowDxfId(long totalsRowDxfId);
    
    /**
     * Sets (as xml) the "totalsRowDxfId" attribute
     */
    void xsetTotalsRowDxfId(org.openxmlformats.schemas.spreadsheetml.x2006.main.STDxfId totalsRowDxfId);
    
    /**
     * Unsets the "totalsRowDxfId" attribute
     */
    void unsetTotalsRowDxfId();
    
    /**
     * Gets the "headerRowCellStyle" attribute
     */
    java.lang.String getHeaderRowCellStyle();
    
    /**
     * Gets (as xml) the "headerRowCellStyle" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetHeaderRowCellStyle();
    
    /**
     * True if has "headerRowCellStyle" attribute
     */
    boolean isSetHeaderRowCellStyle();
    
    /**
     * Sets the "headerRowCellStyle" attribute
     */
    void setHeaderRowCellStyle(java.lang.String headerRowCellStyle);
    
    /**
     * Sets (as xml) the "headerRowCellStyle" attribute
     */
    void xsetHeaderRowCellStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring headerRowCellStyle);
    
    /**
     * Unsets the "headerRowCellStyle" attribute
     */
    void unsetHeaderRowCellStyle();
    
    /**
     * Gets the "dataCellStyle" attribute
     */
    java.lang.String getDataCellStyle();
    
    /**
     * Gets (as xml) the "dataCellStyle" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDataCellStyle();
    
    /**
     * True if has "dataCellStyle" attribute
     */
    boolean isSetDataCellStyle();
    
    /**
     * Sets the "dataCellStyle" attribute
     */
    void setDataCellStyle(java.lang.String dataCellStyle);
    
    /**
     * Sets (as xml) the "dataCellStyle" attribute
     */
    void xsetDataCellStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring dataCellStyle);
    
    /**
     * Unsets the "dataCellStyle" attribute
     */
    void unsetDataCellStyle();
    
    /**
     * Gets the "totalsRowCellStyle" attribute
     */
    java.lang.String getTotalsRowCellStyle();
    
    /**
     * Gets (as xml) the "totalsRowCellStyle" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTotalsRowCellStyle();
    
    /**
     * True if has "totalsRowCellStyle" attribute
     */
    boolean isSetTotalsRowCellStyle();
    
    /**
     * Sets the "totalsRowCellStyle" attribute
     */
    void setTotalsRowCellStyle(java.lang.String totalsRowCellStyle);
    
    /**
     * Sets (as xml) the "totalsRowCellStyle" attribute
     */
    void xsetTotalsRowCellStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring totalsRowCellStyle);
    
    /**
     * Unsets the "totalsRowCellStyle" attribute
     */
    void unsetTotalsRowCellStyle();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy