Working with Office's XML files can sometimes be a convenient way of quickly manipulating a document.
I.e. searching through the ZIP data of a PowerPoint file and changing the XML within the file.
I wonder if there is a way to access and manipulate a document's (PowerPoint, or otherwise) XML from within a VSTO Add-In and have the changes be reflected in the currently opened document in real-time? (E.g. when replacing a string).
I am looking for a solution that does not require the document to be re-opened.
The answer may well be that this is not possible/supported since I could not find official documentation in the Office Interop API.