17.4.67 tcFitText
This element specifies that the contents of the current cell shall have their inter-character spacing increased or reduced as necessary to fit the width of the text extents of the current cell. This setting shall behave identically to placing the contents of this paragraph in a run and using the fitText element (17.3.2.14), if the width provided on that element matched the width of the current cell.
If this element is omitted, then the text in this cell shall not be fit to the current cell extents.
[Example: Consider a 2 row by two column table, in which the contents of the two cells in the first row have both have the fit text property set, as follows:
<w:tcPr>
<w:tcFitText w:val="true"/>
</w:tcPr>
The resulting table cells must have their contents fit to the extents of the parent table cell, as follows:
S
a
m
p
l
e
t
e
x
t
i
n
R
C
.
And this table cell instead contains a very very long string of sample text in R2C2.
R2C1
R2C2
end example]
This element’s content model is defined by the common boolean property definition in 17.17.4.