Text Properties

The compelex type CT_TableStyleTextStyle defines the table text properties that can be styled. The text properties contain a reference to a themeable font style along with bold and italic being enabled or disabled. The CT_TableStyleTextStyle is defined in the following manner:

<xsd:complexType name="CT_TableStyleTextStyle">
  <xsd:sequence>
    <xsd:group ref="EG_ThemeableFontStyles" minOccurs="0"
      maxOccurs="1" />
    <xsd:group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1" />
      <xsd:element name="ext" type="CT_OfficeArtExtension" minOccurs="0" 
        maxOccurs="1" />
  </xsd:sequence>
  <xsd:attribute name="b" type="ST_OnOffStyleType" use="optional"
    default="def" />
  <xsd:attribute name="i" type="ST_OnOffStyleType" use="optional"
    default="def" />
</xsd:complexType>