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.