<seCell>
(Southeast Cell)
This element defies the formatting for the cell in the southeast corner of a table when both the last 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:
<seCell> <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> </seCell>
In this example, we specifically set the southeast cell to contain bold text with a solid cell fill in the color of accent 1. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TablePartStyle">
<sequence>
<element name="tcTxStyle" type="CT_TableStyleTextStyle" minOccurs="0" maxOccurs="1"/>
<element name="tcStyle" type="CT_TableStyleCellStyle" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>