You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/04/22 12:43:26 UTC

[Bug 57847] doc to html conversion does not create bullet points

https://bz.apache.org/bugzilla/show_bug.cgi?id=57847

--- Comment #1 from Madhava Kulkarni <ma...@gmail.com> ---
Basically following code is converting unordered list into paragraph elements.
Also, some how its picking up wrong bullet element/char

AbstractWordConverter.java:1094

 String label = AbstractWordUtils.getBulletText(
                            numberingState, hwpfList,
                            (char) paragraph.getIlvl() );

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org