I'm trying to implement my conversion of DOCX to HTML and plain text. I use the org.docx4j.model.listnumbering.Emulator's getNumber() method to render numbered lists. When I use decimal numbering format everything is fine. But when using letters here is what I get:
- Code: Select all
a. One
b. Two
c. Three
d. Four
e. Five
f. Six
g. Seven
h. Eight
i. Nine
a9. Ten
aa. Eleven
ab. Twelve
ac. Thirteen
I've looked into the debug log and ...