Hello,
We have an issue with the InsertHtml functionality. When a table cell height is only specified on the first cell, the height is not applied to the table row. The following code demonstrates the issue, the same html in the browser shows the proper table height:
_objAsposeWordDocument = New Aspose.Words.Document()
_objBuilder = New DocumentBuilder(_objAsposeWordDocument)
_objBuilder.InsertHtml("
Dit is vulling | Dit is vulling | Dit is vulling |
Dit is vulling | Dit is vulling | Dit is vulling |
Dit is vulling | Dit is vulling | Dit is vulling |
_objAsposeWordDocument.Save("c:\temp\werktdit.docx")
Regards
Paul Vrugt
Sr. Software Engineer
Infoland BV