20.1.4.2.12 firstRow

This element defines the cell formatting which can be applied to the first row of the table.

[Example:

Consider the following example of first row formatting within DrawingML:

<firstRow>
  <tcTxStyle b="on">
    <fontRef idx="minor">
      <scrgbClr r="0" g="0" b="0"/>
    </fontRef>
    <schemeClr val="lt1"/>
  </tcTxStyle>
  <tcStyle>
    <tcBdr/>
    <fill>
      <solidFill>
        <schemeClr val="accent1"/>
      </solidFill>
    </fill>
  </tcStyle>
</firstRow>

In this example, we define the first row cell fills to be accent 1 along with the text properties to be bold when first row formatting is enabled through the user interface. end example]

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

Last updated on