Skip to content

Commit

Permalink
[office-js-preview] (Word) Get from CDN (DefinitelyTyped#70905)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethSamuel-MSFT authored Oct 15, 2024
1 parent 9c92d53 commit 58aabc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions types/office-js-preview/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93579,6 +93579,17 @@ declare namespace Word {
* @param documentCompareOptions Optional. The additional options that specifies the behavior of comparing document.
*/
compare(filePath: string, documentCompareOptions?: Word.DocumentCompareOptions): void;
/**
* Displays revision marks that indicate where the specified document differs from another document.
*
* @remarks
* [Api set: WordApi BETA (PREVIEW ONLY)]
* @beta
*
* @param base64File Required. The Base64-encoded content of the document with which the specified document is compared.
* @param documentCompareOptions Optional. The additional options that specify the behavior for comparing the documents. Note that the `compareTarget` option isn't allowed to be `CompareTargetSelected` in this API.
*/
compareFromBase64(base64File: string, documentCompareOptions?: Word.DocumentCompareOptions): void;
/**
* Deletes a bookmark, if it exists, from the document.
*
Expand Down

0 comments on commit 58aabc0

Please sign in to comment.