public class CTTableStyle extends Object
Java class for CT_TableStyle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TableStyle">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tblBg" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TableBackgroundStyle" minOccurs="0"/>
<element name="wholeTbl" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band1H" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band2H" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band1V" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="band2V" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="lastCol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="firstCol" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="lastRow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="seCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="swCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="firstRow" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="neCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="nwCell" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TablePartStyle" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
</sequence>
<attribute name="styleId" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Guid" />
<attribute name="styleName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTablePartStyle |
band1H |
protected CTTablePartStyle |
band1V |
protected CTTablePartStyle |
band2H |
protected CTTablePartStyle |
band2V |
protected CTOfficeArtExtensionList |
extLst |
protected CTTablePartStyle |
firstCol |
protected CTTablePartStyle |
firstRow |
protected CTTablePartStyle |
lastCol |
protected CTTablePartStyle |
lastRow |
protected CTTablePartStyle |
neCell |
protected CTTablePartStyle |
nwCell |
protected CTTablePartStyle |
seCell |
protected String |
styleId |
protected String |
styleName |
protected CTTablePartStyle |
swCell |
protected CTTableBackgroundStyle |
tblBg |
protected CTTablePartStyle |
wholeTbl |
| Constructor and Description |
|---|
CTTableStyle() |
| Modifier and Type | Method and Description |
|---|---|
CTTablePartStyle |
getBand1H()
Gets the value of the band1H property.
|
CTTablePartStyle |
getBand1V()
Gets the value of the band1V property.
|
CTTablePartStyle |
getBand2H()
Gets the value of the band2H property.
|
CTTablePartStyle |
getBand2V()
Gets the value of the band2V property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTTablePartStyle |
getFirstCol()
Gets the value of the firstCol property.
|
CTTablePartStyle |
getFirstRow()
Gets the value of the firstRow property.
|
CTTablePartStyle |
getLastCol()
Gets the value of the lastCol property.
|
CTTablePartStyle |
getLastRow()
Gets the value of the lastRow property.
|
CTTablePartStyle |
getNeCell()
Gets the value of the neCell property.
|
CTTablePartStyle |
getNwCell()
Gets the value of the nwCell property.
|
CTTablePartStyle |
getSeCell()
Gets the value of the seCell property.
|
String |
getStyleId()
Gets the value of the styleId property.
|
String |
getStyleName()
Gets the value of the styleName property.
|
CTTablePartStyle |
getSwCell()
Gets the value of the swCell property.
|
CTTableBackgroundStyle |
getTblBg()
Gets the value of the tblBg property.
|
CTTablePartStyle |
getWholeTbl()
Gets the value of the wholeTbl property.
|
void |
setBand1H(CTTablePartStyle value)
Sets the value of the band1H property.
|
void |
setBand1V(CTTablePartStyle value)
Sets the value of the band1V property.
|
void |
setBand2H(CTTablePartStyle value)
Sets the value of the band2H property.
|
void |
setBand2V(CTTablePartStyle value)
Sets the value of the band2V property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setFirstCol(CTTablePartStyle value)
Sets the value of the firstCol property.
|
void |
setFirstRow(CTTablePartStyle value)
Sets the value of the firstRow property.
|
void |
setLastCol(CTTablePartStyle value)
Sets the value of the lastCol property.
|
void |
setLastRow(CTTablePartStyle value)
Sets the value of the lastRow property.
|
void |
setNeCell(CTTablePartStyle value)
Sets the value of the neCell property.
|
void |
setNwCell(CTTablePartStyle value)
Sets the value of the nwCell property.
|
void |
setSeCell(CTTablePartStyle value)
Sets the value of the seCell property.
|
void |
setStyleId(String value)
Sets the value of the styleId property.
|
void |
setStyleName(String value)
Sets the value of the styleName property.
|
void |
setSwCell(CTTablePartStyle value)
Sets the value of the swCell property.
|
void |
setTblBg(CTTableBackgroundStyle value)
Sets the value of the tblBg property.
|
void |
setWholeTbl(CTTablePartStyle value)
Sets the value of the wholeTbl property.
|
protected CTTableBackgroundStyle tblBg
protected CTTablePartStyle wholeTbl
protected CTTablePartStyle band1H
protected CTTablePartStyle band2H
protected CTTablePartStyle band1V
protected CTTablePartStyle band2V
protected CTTablePartStyle lastCol
protected CTTablePartStyle firstCol
protected CTTablePartStyle lastRow
protected CTTablePartStyle seCell
protected CTTablePartStyle swCell
protected CTTablePartStyle firstRow
protected CTTablePartStyle neCell
protected CTTablePartStyle nwCell
protected CTOfficeArtExtensionList extLst
protected String styleId
protected String styleName
public CTTableBackgroundStyle getTblBg()
CTTableBackgroundStylepublic void setTblBg(CTTableBackgroundStyle value)
value - allowed object is
CTTableBackgroundStylepublic CTTablePartStyle getWholeTbl()
CTTablePartStylepublic void setWholeTbl(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getBand1H()
CTTablePartStylepublic void setBand1H(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getBand2H()
CTTablePartStylepublic void setBand2H(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getBand1V()
CTTablePartStylepublic void setBand1V(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getBand2V()
CTTablePartStylepublic void setBand2V(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getLastCol()
CTTablePartStylepublic void setLastCol(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getFirstCol()
CTTablePartStylepublic void setFirstCol(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getLastRow()
CTTablePartStylepublic void setLastRow(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getSeCell()
CTTablePartStylepublic void setSeCell(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getSwCell()
CTTablePartStylepublic void setSwCell(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getFirstRow()
CTTablePartStylepublic void setFirstRow(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getNeCell()
CTTablePartStylepublic void setNeCell(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTTablePartStyle getNwCell()
CTTablePartStylepublic void setNwCell(CTTablePartStyle value)
value - allowed object is
CTTablePartStylepublic CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getStyleId()
Stringpublic void setStyleId(String value)
value - allowed object is
Stringpublic String getStyleName()
StringCopyright © 2007-2019. All Rights Reserved.