如何使用 Word 互操作在表格中为每个新页面创建标题?
我正在尝试创建一个带有标题的表格。我希望该表的每个新页面都重复此标题。如何使用 Word 2007 Interop 在 C# 中执行此操作?
I am trying to create a table with a header. I want this header to be repeated for each new page that the table takes. How can I do this in C# with Word 2007 Interop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这对我来说就是这样,循环遍历最后的每个表格
,并在每个表格上设置一个样式,并设置属性以在每个新表格上创建一个标题
This is what word for me, Looping through each table at the end
and setting a style on each table with the property set to create a header on each new