<tblStyle>
(Table Style)
This is the root element for a table style. Within the table style are different formatting options available in order to apply a table.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies a GUID identifying the table style in a unique manner. The possible values for this attribute are defined by the ST_Guid simple type (§5.1.12.27). |
|
Specifies the name of the table style which can show up in the user interface identifying the style to a user. The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TableStyle">
<sequence>
<element name="tblBg" type="CT_TableBackgroundStyle" minOccurs="0" maxOccurs="1"/>
<element name="wholeTbl" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="band1H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="band2H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="band1V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="band2V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="lastCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="firstCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="lastRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="seCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="swCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="firstRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="neCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="nwCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="styleId" type="ST_Guid" use="required"/>
<attribute name="styleName" type="xsd:string" use="required"/>
</complexType>