Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 VSTO 开发的新手,所以请多多包涵!我正在开发一个 Word 插件,它从 String[] 中获取元素并将它们输入到有序列表(1.、2.、3. 等)中。但是,我很难做到这一点。有人可以解释如何使用 VSTO for C# 将有序列表插入 Word Doc 吗?
非常感谢所有帮助,我总是接受答案!
这里已经回答了。
您必须从ListGalleries中检索ListTemplate,然后为ListLevel设置样式
另一个帖子中给出了很好的例子。