20.1.4.2.30 tcTxStyle

This element defines the text properties associated with the text contained within a table cell.

[Example:

Consider the following example of a table cell text style in use within DrawingML:

<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. end example]

Attributes

i

b (Bold)

Specifies if the text is to be bolded.

The possible values for this attribute are defined by the ST_OnOffStyleType simple type (20.1.10.36).

(Italic)

Specifies if the text is to

be italicized.

The possible values for this attribute are defined by the ST_OnOffStyleType simple type

Attributes

[Note: The W3C XML Schema definition of this element’s content model (CT_TableStyleTextStyle) is located in A.4.1. end note]

Last updated on