Hi jason,
I am Handling the list in both html->docx and docx->html. I have few problems in html->docx.
1. problem in setting the Lvltext.
In case of OL, i can able to set the value.
Lvl.LvlText levelText = lvl.getLvlText();
levelText.setVal("some value"); set the values according to the list depth i.e., %1. , %3.
But in case of UL, How can i set the exact lvlText values?.
<w:lvlText w:val="?"/>, Even some editors not able to show ...