自动更新 rtf 文档中的 pageref 字段
我正在开发的应用程序将文档输出为 rtf 格式,并且 PAGEREF 字段用于目录页和索引页。 问题是打开文档时字段不会更新并保持空白。 如果您手动更新 Word 中的字段,它们将正常工作。 有没有办法让 RTF 规范中的这些字段自动更新?
The application I'm working on outputs documents to rtf format and PAGEREF fields are used in a table of contents page and an index page. The problem is that on opening the document the fields do not update and remain blank. They work correctly if you manually update the fields in Word. Is there a way to make these fields auto-update in the RTF spec?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试创建 Document_Open() 宏,但您可能无法将宏添加到 rtf 文件中。 您可以在模板 (.dot) 中添加宏并让 .rtf 文件引用该模板。
You could try to create a Document_Open() macro, although you might not be able to add a macro to an rtf file. You might be able to add a macro at a template (.dot) and have the .rtf file reference the template.