从Word文档中获取页码
我想创建一个索引页,需要 Word 文档的页码。我正在使用 C++ 托管代码和 Word 互操作。
I want to create an index page for which I need the page number from the Word document. I am working with C++ managed code and Word interop.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此处了解相关信息。这是针对 C# 的,但这些类在 C++/CLI 中都可用。
这里有页码信息,用于在页脚中包含页码,以及处理目录。
See here for info on this. This is for C#, but the classes are all available in C++/CLI.
There is page number info info here for including page numbers in a footer, and also on handling Table of Contents.