Layout in list using document builder

I have a document with different format.


There is a numbered list that include different layout as follow,

1. Title1
Content1
---------------------------------------------
|Table cell1 | Table cell2 |
---------------------------------------------
|Table cell3 | Table cell4 |
---------------------------------------------
|Table cell5 | Table cell6 |
---------------------------------------------
2. Title2
Content2
---------------------------------------------
|Table cell1 | Table cell2 |
---------------------------------------------
|Table cell3 | Table cell4 |
---------------------------------------------
|Table cell5 | Table cell6 |
---------------------------------------------

How can I add a table inside the list?
If some content are in HTML form, how can I insert it .

Now I just use document.builder.InsertHtml(“Content…”, true);
but it will ignore all format (like list, table ) in it.

Hi Alice,


Thanks for your inquiry.

Could you please attach your input Word document and Html here for testing? We will investigate the issue on our side and provide you more information.