Hi
I have a number of tables in a word document. I delete some rows according to incoming data with DOCIO - work brilliantly. I also need to reduce row height so that the group of tables fits on one page. I have a loop doing this, generating a PDF, getting page count then if more than 1 reducing the row height of each row in the table. This works fine except that some cells have text wrapping round two lines which then are only partially visible. Autofit won't sort this.
I could easily fix this by making the row by row scan look at the number of lines in the wraparound text/paragraph in each cell and changing the row height accordingly. But I cannot see if this is available in the object model, either at cell or row level Any ideas?
Thanks
Paul