Hello,
We use insertHTML() to insert tables in Aspose documents.
Table header |
---|
Table content |
Table footer |
builder.insertHtml(html, true);
doc.setAutomaticallyUpdateSyles(true);
doc.setAttachedTemplate(“model.dot”);
doc.save(“footer.doc”);
The header row is correctly shaded according to the style “table-style” defined in the Word template, but it’s not the case for the footer row : cells background remain white, instead of red.
Could you please fix that issue ?
Thanks a lot !
Alexis