我有一个可以在Word 2003模板上运行的桌面应用程序,然后将所有创建的文档合并到一个文件中。
该应用正在运行,但合并除外。合并不会重置任何编号/字母列表。我尝试过很多不同的事情,包括:
selection.Range.ListParagraphs[i].Range.ListFormat.ApplyListTemplate(selection.Range.ListParagraphs[i].Range.ListFormat.ListTemplate, ref continuePrevious, ref missing, ref missing);
甚至尝试将每个文档合并为子文档
document.Application.Selection.EndKey(ref unit, ref missing);
document.Application.Selection.Range.Subdocuments.AddFromFile(ref file, ref missing, ref readOnly, ref missing, ref missing, ref missing, ref missing, ref missing);