I have word document with table, table has multiple row .and that row contains nested unordered list like following format .
- 1
o 1.2
- 1.2.1
- 1.2.2
- 2
but when i save that word document in html format then nested list not generated properly
What I have tried:
objDoc.SaveAs(ref fileNameHTML, ref fileFormat, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown, ref unKnown);
Also i have try
object szDocFormatNew = 10;
objDoc.SaveAs(ref fileNameHTML,ref szDocFormatNew);
Please help me to sort out my problems.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
alice yangPosted Mar 5, 2020, 7:48 PM