How is it possible to change the name of a loaded document in a desktop Word environment? This is the name displayed in the very top of the Word App and the name of the Word file.
We have a list of templates the user can choose from in the add-in. The templates are loaded from the server. When the user chooses a template and chooses to load, it loads the content to Word an overwrites the file the user has opened.
We would like to change the document title of the Word file.
We don't want to open a new Word instance, because this will only confuse the user. Also opening a new Word instance will close the Add-in which is not acceptable.
This problem is also described here:
https://github.com/OfficeDev/office-js/issues/4522
The user describes is as a blocking issue. Maby it's not blocking, but it is indeed super confusing for the user, if a document name is not changed when it is loaded.