/* * 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.sE130CAA0A01A7CDE5A2B4FEB8B311707").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. */ }