<tcPr>
(Style Table Cell Properties)
This element specifies the set of table cell properties which shall be applied to the table. These properties are not conditional and shall always be applied (although they are applied before all conditional formatting properties).
<w:style w:type="table" w:styleId="exampleTableStyle"> <w:tcPr> <w:tcFitText/> </w:tcPr> </w:style>
The <tcPr>
element specified within the <style>
element specifies the set of table cell properties which shall be applied to all parts of the table. In this example, the single table cell property applied is the fit text setting via the <tcFitText>
element (§2.4.64). ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TcPr">
<complexContent>
<extension base="CT_TcPrInner">
<sequence>
<element name="tcPrChange" type="CT_TcPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>