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