Find and replace certain strings in Rich Text Documents (odt, doc, docx, etc)
General and Desktop
2
Posts
2
Posters
2.1k
Views
1
Watching
-
Hey, I'm making a Find And Replace program and so far it's been going good, the program works fully with *.txt files. I would like to add support for Rich Text Documents. What classes and methods can I use to search for certain strings in the document and then replace them?
Thank you for your help everyone!