Hi All,
Am started using docx4j for my html to docx conversion,
Using docx4j 3.1.0 and docx4j ImportXHTML 3.0.1,
with the above jars am unabe to get my unordered list items as bulleted list,
it allways generates decimal numbered format ( irrespective of <ol> or <ul> ), even after applying "ListParagraph" pStyle
and tried multiple times with different NumId's for the numPr respective to the abstract Num definition which
has "bullet" num_fmt.
Even tried to set the modified numbering.xml into NumberingDefinitionsPart insteda of using unmarshalDefaultNumbering
but whatever the case it ends with same numbering.xml after conversion.
Also tried in modifying the ListHelper by hardcoding num_fmt to BULLET in addNumbering() method, still no impact.
Can some one please help me to figure the reason behind.
Regards,
Lokesh