20.1.4.2.21 nwCell

This element defies the formatting for the cell in the northwest corner of a table when both the first row formatting and first column formatting are enabled. This formatting is only applied to the single cell which overlaps between the two formatting options.

[Example: Consider the following example of the northwest cell formatting within DrawingML:

<nwCell>
  <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>
</nwCell>

contain bold text with a solid cell fill in the color of

In this example, we specifically set the northwest cell to accent 1. 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