Issue with Office.context.document.settings.get
问题 I'm reading settings from a Word Document using: function callbackFunction(){ var varValue = Office.context.document.settings.get("VariableName"); } This call is made right after a call to : Office.context.document.settings.refreshAsync(callbackFunction); The settings are stored in a valid JSON String WebExtensionProperty: I can see the setting object in the Open XML productivity tool, without problem We.WebExtensionProperty prop = new We.WebExtensionProperty(){ Name = "VariableName", Value =