如何在 docx 中搜索特定字符串并返回大纲编号
我使用 此 作为起始基础。我可以搜索该文档,但无法引用它来自哪个部分,OpenXML API 中是否内置了某些功能来执行此操作?
例如,假设文档有 500 页,并且采用标准编号模式
1.
1.1
1.1.1
1.1.1.1 searchWord
1.1.1.2
23.1.2.3.4。 searchWord
我想通过搜索词进行搜索并返回其第 1.1.1.1 节和第 1.1.1.1 节。 23.1.2.3.4
问候
_埃里克
I am using this as a starting base. I can search the document but am unable to reference what section it is from, is there something built into the OpenXML API to do this?
For example lets say the the document is 500 pages and it is in a standard numbering schema
1.
1.1
1.1.1
1.1.1.1 searchWord
1.1.1.2
23.1.2.3.4. searchWord
I would like to search by search word and return it's section 1.1.1.1 & 23.1.2.3.4
Regards
_Eric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论