@types/office-js-preview 1.0.571 → 1.0.572
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: Mon, 17 Mar 2025 20:34:19 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -111435,7 +111435,7 @@ declare namespace Word {
|
|
|
111435
111435
|
/** An interface for updating data on the `Body` object, for use in `body.set({ ... })`. */
|
|
111436
111436
|
interface BodyUpdateData {
|
|
111437
111437
|
/**
|
|
111438
|
-
* Gets the text format of the body. Use this to get and set font name, size, color and other properties.
|
|
111438
|
+
* Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
|
|
111439
111439
|
*
|
|
111440
111440
|
* @remarks
|
|
111441
111441
|
* [Api set: WordApi 1.1]
|
|
@@ -113343,7 +113343,7 @@ declare namespace Word {
|
|
|
113343
113343
|
*/
|
|
113344
113344
|
fields?: Word.Interfaces.FieldData[];
|
|
113345
113345
|
/**
|
|
113346
|
-
* Gets the text format of the body. Use this to get and set font name, size, color and other properties.
|
|
113346
|
+
* Gets the text format of the body. Use this to get and set font name, size, color, and other properties.
|
|
113347
113347
|
*
|
|
113348
113348
|
* @remarks
|
|
113349
113349
|
* [Api set: WordApi 1.1]
|
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.572",
|
|
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",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "8f914b4ba1074a0b75a6f6a3ea5eae2bc4e74f4165203b23f00f6452270a11cc",
|
|
50
50
|
"typeScriptVersion": "5.0",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|