在代码中设置Word 2007表格样式设计
我正在使用 Microsoft.Office.Interop.Word 生成 Word 文档。 在该 Word 文档中,我正在生成一个表格。 我想将表格样式设置为 Word 2007+ 中漂亮的表格设计预设之一,并具有交替的行颜色等。
与其自己设置所有样式属性,是否有更简单的方法来执行此操作(预设名称或某些样式)片段存储库)?
I am generating a Word document using Microsoft.Office.Interop.Word.
In that word document I am generating a table.
I would like to set the table style to one of the nice table design presets in Word 2007+ with alternating row colors, etc.
Rather than setting all the style properties myself, is there an easier way to do this (preset name or some style snippet repository)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我在说明书上找到了。
解决方案:
或者在C# 4中:
Nevermind, I found it in the manual.
Solution:
or in C# 4: