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 ...