Hi guys,
I’m using the InsetHtml method to put a HTML table into a word document and have encountered some problems.
If I have a long bit of Text or a hyperlink in a table cell, it pushes the table off the page.
In html I used property wrap-text: break-word to wrap-text long text in table cell.
I’ve tried this property in code but no joy. Can I set this option on the table somehow in code?
Thanks,
Hanh