如何在odt Open Office文档中搜索和替换?
在我的 Delphi 应用程序中,我目前使用 Office ole 自动化以编程方式对 doc 和 docx word 文档进行搜索和替换。有谁有在 OpenOffice 中执行相同操作(对于 doc、docs、odt)的代码吗?
我还问了有关保存为 pdf 的相关问题。
In my Delphi application I am currently do Search&Replace programmatically for doc and docx word documents using office ole automation. Does anyone has the code to do the same (for doc, docs, odt) in OpenOffice?
I also asked a related question on saving to pdf.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该关注 XReplaceable界面。这是一个例子。请注意,没有错误处理。我已经用 LibreOffice writer 对其进行了测试,它对我来说效果很好。
以及示例的用法
搜索描述符。
You should take a focus on XReplaceable interface. Here is the example. Please note, that there's no error handling. I've tested it with LibreOffice writer and it works fine for me.
And the usage of the example
There are also several search/replace options for SearchDescriptor.