Search code examples
ms-wordopenxmloffice-js

Can you modify the styles in a Word document through Office.js?


Is it possible to programmatically, from a Word Add-in, change the styles of a document?

For instance, set the "Normal" style to be a font size 18?

Specifically, I'm interested in modifying the BubbleText style settings.


Solution

  • there is no API to change an existing style. This is known issue and we will expose it in the future.