Java Word: Numbering bullets

I’m building a word document using Java Aspose by importing individual numbered paragraphs from different .doc files. Example: 1.doc, 2.doc, and 3.doc are 3 source documents, each contains one numbered bullet as a fieldChar, and the number shown as 1. In the resulting document after all 3 docs are imported, the paragraphs are shown as bulleted 1… 1… 1… Is it possible to have them shown as bullets 1… 2… 3…?
Thanks,
Sean

Hi

Thanks for your inquiry. Could you please provide me simple code and sample documents, which will allow me to reproduce the problem on my side? I will check the issue and provide you more information.
As I can guess, the problem occurs because paragraphs (list items) belong to the different lists. Have you tried importing paragraphs using ImportFormatMode.USE_DESTINATION_STYLES? This might help to resolve the problem
Best regards.