[MS] Word JavaScript API 1.7 requirement set now available - devamazonaws.blogspot.com

The Word JavaScript API 1.7 requirement set was released to production and is now available. These APIs extend and enrich the following new Word document UI experiences: annotation support, checkbox content control support, and custom XML support.

Annotation support

We’ve introduced new APIs so Word add-ins can insert annotations for specific text within a document. Additionally, events associated with annotations can be captured for additional processing. For example, a grammar checking add-in can show correct grammar suggestions after catching the event of selectinguser hover on annotated text. Image annotation support in word documents

Checkbox Content Control support

You can now add, update, or delete Checkbox content controls. Image checkbox content control support

Custom XML for InsertFileFromBase64

InsertFileFromBase64 is enhanced to support custom XML and properties. When using insertFileFromBase64, you can keep the setting for odd and even pages for header and footer from the inserted document. For more information, please see Word JavaScript API requirement set 1.7.

Additional resources

Happy coding! Follow us on X (Twitter) / @Microsoft365Dev and subscribe to our YouTube channel to stay up to date on the latest developer news and announcements.
Post Updated on February 26, 2024 at 03:40PM
Thanks for reading
from devamazonaws.blogspot.com

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com