Hi all.
Any ideas about getting the
height of a table?
mostly,we could get the height of a tr:
<w:trPr>
<w:trHeight w:val="699"/>
</w:trPr>
and we could add all the
height of the TRs.
but..but,
when there is too much text in an cell, the text would be placed into many rows. what now? how to get the
height of the TR ?
Apreciate for any ideas.