
Word JavaScript API overview - Office Add-ins | Microsoft Learn
Mar 8, 2023 · Word JavaScript API: These are the application-specific APIs for Word. Introduced with Office 2016, the Word JavaScript API provides strongly-typed objects that you can use to …
Office JavaScript API reference documentation - Office Add-ins
An add-in can use the Office JavaScript APIs to interact with objects in Office client applications. Application-specific APIs provide strongly-typed objects that can be used to interact with …
Word.Document class - Office Add-ins | Microsoft Learn
Whereas the original Word.Document object is an API object, the toJSON method returns a plain JavaScript object (typed as Word.Interfaces.DocumentData) that contains shallow copies of …
Microsoft Office Dev Center | Office JavaScript APIs
Use the Office JavaScript API to extend functionality for Word, Excel, PowerPoint, and Outlook. Find documentation, training, blogs, samples, and more.
Word JavaScript API 1.7 requirement set now available
Feb 26, 2024 · Extend and enrich the following Word document UI experiences with the Word JavaScript API: annotation support, checkbox content control support, and custom XML support.
@microsoft/office-js - npm
Office JavaScript APIs. Latest version: 1.1.109, last published: 25 days ago. Start using @microsoft/office-js in your project by running `npm i @microsoft/office-js`.
word-add-ins-programming-overview.md - GitHub
May 16, 2024 · The Word JavaScript API includes TypeScript definitions and vsdoc files so that you can get code hints in your IDE. Currently, all Word clients support the shared Office …
Work with events using the Word JavaScript API - GitHub
Jul 11, 2024 · This article describes important concepts related to working with events in Word and provides code samples that show how to register event handlers, handle events, and …
Control the selection range in Word document from Javascript …
Aug 10, 2017 · Given some range in the Word Document body text, I want to set the current selection to that range and replace the text within. Does anyone know how I can control the …
word package - Office Add-ins | Microsoft Learn
Executes a batch script that performs actions on the Word object model, using the RequestContext of a previously created API object. When the promise is resolved, any tracked …