20.1.4.2.20 neCell
20.1.4.2.20 neCell
This element defies the formatting for the cell in the northeast corner of a table when both the first row formatting and last 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 northeast cell formatting within DrawingML:
<neCell>
<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>
</neCell>
contain bold text with a solid cell fill in the color of
In this example, we specifically set the northeast 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