Microsoft 365 and Office | Development | Office JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I want to generate customized numbering in JS code as mentioned below -
https://www.officetooltips.com/word/tips/customizing_numbered_lists.html
As you can see, I have prefixed Helo to Numbered bullet list via MS word UI.
Is it possible to achieve same functionality via word JavaScript API ?
https://learn.microsoft.com/en-us/javascript/api/word/word.contentcontrol?view=word-js-preview
#office-addins-dev #office-js-dev