@types/office-js-preview 1.0.520 → 1.0.521
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
office-js-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 15 Oct 2024 17:07:26 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -93579,6 +93579,17 @@ declare namespace Word {
|
|
|
93579
93579
|
* @param documentCompareOptions Optional. The additional options that specifies the behavior of comparing document.
|
|
93580
93580
|
*/
|
|
93581
93581
|
compare(filePath: string, documentCompareOptions?: Word.DocumentCompareOptions): void;
|
|
93582
|
+
/**
|
|
93583
|
+
* Displays revision marks that indicate where the specified document differs from another document.
|
|
93584
|
+
*
|
|
93585
|
+
* @remarks
|
|
93586
|
+
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
93587
|
+
* @beta
|
|
93588
|
+
*
|
|
93589
|
+
* @param base64File Required. The Base64-encoded content of the document with which the specified document is compared.
|
|
93590
|
+
* @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.
|
|
93591
|
+
*/
|
|
93592
|
+
compareFromBase64(base64File: string, documentCompareOptions?: Word.DocumentCompareOptions): void;
|
|
93582
93593
|
/**
|
|
93583
93594
|
* Deletes a bookmark, if it exists, from the document.
|
|
93584
93595
|
*
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.521",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "a3542c6db6962acb403934f7a69a923bbe5eda9457d0995666898b3c22fe463e",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|