c# - How to search docx for a specific string and return the outline number -


I am using it as a starting base. I can search the document, but I can tell you what section it is from, is there something in the OpenXML API to do this?

For example, say that the document is 500 pages and this standard numbering schema

1 1.1

1.1.1

1.1.1.1 Search term

1.1. 1.2

23.1.2.3.4. Search word

I want to search with search terms and it's section 1.1.1.1 & amp;


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -