<tcTxStyle>
(Table Cell Text Style)
This element defines the text properties associated with the text contained within a table cell.
<tcTxStyle b="on"> <fontRef idx="minor"> <scrgbClr r="0" g="0" b="0"/> </fontRef> <schemeClr val="lt1"/> </tcTxStyle>
In this example, we define the text within the cell to be bold and reference the themed minor font and to also be the light 1 color. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies if the text is to be bolded. The possible values for this attribute are defined by the ST_OnOffStyleType simple type (§5.1.12.36). |
|
Specifies if the text is to be italicized. The possible values for this attribute are defined by the ST_OnOffStyleType simple type (§5.1.12.36). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TableStyleTextStyle">
<sequence>
<group ref="EG_ThemeableFontStyles" minOccurs="0" maxOccurs="1"/>
<group ref="EG_ColorChoice" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="b" type="ST_OnOffStyleType" use="optional" default="def"/>
<attribute name="i" type="ST_OnOffStyleType" use="optional" default="def"/>
</complexType>