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

org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

The newest version!
/*
 * XML Type:  CT_TableStyle
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
 * Java type: org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.main;


/**
 * An XML CT_TableStyle(@http://schemas.openxmlformats.org/drawingml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTableStyle extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTTableStyle.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("cttablestyled59etype");
    
    /**
     * Gets the "tblBg" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTableBackgroundStyle getTblBg();
    
    /**
     * True if has "tblBg" element
     */
    boolean isSetTblBg();
    
    /**
     * Sets the "tblBg" element
     */
    void setTblBg(org.openxmlformats.schemas.drawingml.x2006.main.CTTableBackgroundStyle tblBg);
    
    /**
     * Appends and returns a new empty "tblBg" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTableBackgroundStyle addNewTblBg();
    
    /**
     * Unsets the "tblBg" element
     */
    void unsetTblBg();
    
    /**
     * Gets the "wholeTbl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getWholeTbl();
    
    /**
     * True if has "wholeTbl" element
     */
    boolean isSetWholeTbl();
    
    /**
     * Sets the "wholeTbl" element
     */
    void setWholeTbl(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle wholeTbl);
    
    /**
     * Appends and returns a new empty "wholeTbl" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewWholeTbl();
    
    /**
     * Unsets the "wholeTbl" element
     */
    void unsetWholeTbl();
    
    /**
     * Gets the "band1H" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getBand1H();
    
    /**
     * True if has "band1H" element
     */
    boolean isSetBand1H();
    
    /**
     * Sets the "band1H" element
     */
    void setBand1H(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle band1H);
    
    /**
     * Appends and returns a new empty "band1H" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewBand1H();
    
    /**
     * Unsets the "band1H" element
     */
    void unsetBand1H();
    
    /**
     * Gets the "band2H" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getBand2H();
    
    /**
     * True if has "band2H" element
     */
    boolean isSetBand2H();
    
    /**
     * Sets the "band2H" element
     */
    void setBand2H(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle band2H);
    
    /**
     * Appends and returns a new empty "band2H" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewBand2H();
    
    /**
     * Unsets the "band2H" element
     */
    void unsetBand2H();
    
    /**
     * Gets the "band1V" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getBand1V();
    
    /**
     * True if has "band1V" element
     */
    boolean isSetBand1V();
    
    /**
     * Sets the "band1V" element
     */
    void setBand1V(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle band1V);
    
    /**
     * Appends and returns a new empty "band1V" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewBand1V();
    
    /**
     * Unsets the "band1V" element
     */
    void unsetBand1V();
    
    /**
     * Gets the "band2V" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getBand2V();
    
    /**
     * True if has "band2V" element
     */
    boolean isSetBand2V();
    
    /**
     * Sets the "band2V" element
     */
    void setBand2V(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle band2V);
    
    /**
     * Appends and returns a new empty "band2V" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewBand2V();
    
    /**
     * Unsets the "band2V" element
     */
    void unsetBand2V();
    
    /**
     * Gets the "lastCol" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getLastCol();
    
    /**
     * True if has "lastCol" element
     */
    boolean isSetLastCol();
    
    /**
     * Sets the "lastCol" element
     */
    void setLastCol(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle lastCol);
    
    /**
     * Appends and returns a new empty "lastCol" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewLastCol();
    
    /**
     * Unsets the "lastCol" element
     */
    void unsetLastCol();
    
    /**
     * Gets the "firstCol" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getFirstCol();
    
    /**
     * True if has "firstCol" element
     */
    boolean isSetFirstCol();
    
    /**
     * Sets the "firstCol" element
     */
    void setFirstCol(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle firstCol);
    
    /**
     * Appends and returns a new empty "firstCol" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewFirstCol();
    
    /**
     * Unsets the "firstCol" element
     */
    void unsetFirstCol();
    
    /**
     * Gets the "lastRow" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getLastRow();
    
    /**
     * True if has "lastRow" element
     */
    boolean isSetLastRow();
    
    /**
     * Sets the "lastRow" element
     */
    void setLastRow(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle lastRow);
    
    /**
     * Appends and returns a new empty "lastRow" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewLastRow();
    
    /**
     * Unsets the "lastRow" element
     */
    void unsetLastRow();
    
    /**
     * Gets the "seCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getSeCell();
    
    /**
     * True if has "seCell" element
     */
    boolean isSetSeCell();
    
    /**
     * Sets the "seCell" element
     */
    void setSeCell(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle seCell);
    
    /**
     * Appends and returns a new empty "seCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewSeCell();
    
    /**
     * Unsets the "seCell" element
     */
    void unsetSeCell();
    
    /**
     * Gets the "swCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getSwCell();
    
    /**
     * True if has "swCell" element
     */
    boolean isSetSwCell();
    
    /**
     * Sets the "swCell" element
     */
    void setSwCell(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle swCell);
    
    /**
     * Appends and returns a new empty "swCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewSwCell();
    
    /**
     * Unsets the "swCell" element
     */
    void unsetSwCell();
    
    /**
     * Gets the "firstRow" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getFirstRow();
    
    /**
     * True if has "firstRow" element
     */
    boolean isSetFirstRow();
    
    /**
     * Sets the "firstRow" element
     */
    void setFirstRow(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle firstRow);
    
    /**
     * Appends and returns a new empty "firstRow" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewFirstRow();
    
    /**
     * Unsets the "firstRow" element
     */
    void unsetFirstRow();
    
    /**
     * Gets the "neCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getNeCell();
    
    /**
     * True if has "neCell" element
     */
    boolean isSetNeCell();
    
    /**
     * Sets the "neCell" element
     */
    void setNeCell(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle neCell);
    
    /**
     * Appends and returns a new empty "neCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewNeCell();
    
    /**
     * Unsets the "neCell" element
     */
    void unsetNeCell();
    
    /**
     * Gets the "nwCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle getNwCell();
    
    /**
     * True if has "nwCell" element
     */
    boolean isSetNwCell();
    
    /**
     * Sets the "nwCell" element
     */
    void setNwCell(org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle nwCell);
    
    /**
     * Appends and returns a new empty "nwCell" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTablePartStyle addNewNwCell();
    
    /**
     * Unsets the "nwCell" element
     */
    void unsetNwCell();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "styleId" attribute
     */
    java.lang.String getStyleId();
    
    /**
     * Gets (as xml) the "styleId" attribute
     */
    org.openxmlformats.schemas.drawingml.x2006.main.STGuid xgetStyleId();
    
    /**
     * Sets the "styleId" attribute
     */
    void setStyleId(java.lang.String styleId);
    
    /**
     * Sets (as xml) the "styleId" attribute
     */
    void xsetStyleId(org.openxmlformats.schemas.drawingml.x2006.main.STGuid styleId);
    
    /**
     * Gets the "styleName" attribute
     */
    java.lang.String getStyleName();
    
    /**
     * Gets (as xml) the "styleName" attribute
     */
    org.apache.xmlbeans.XmlString xgetStyleName();
    
    /**
     * Sets the "styleName" attribute
     */
    void setStyleName(java.lang.String styleName);
    
    /**
     * Sets (as xml) the "styleName" attribute
     */
    void xsetStyleName(org.apache.xmlbeans.XmlString styleName);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle newInstance() {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.drawingml.x2006.main.CTTableStyle) getTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return getTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy