@types/office-js-preview 1.0.287 → 1.0.288
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 (https://github.com/OfficeD
|
|
|
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, 08 Mar 2022 20:31:43 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -94549,7 +94549,7 @@ declare namespace Word {
|
|
|
94549
94549
|
* Gets or sets a value that indicates whether the comment text is bold.
|
|
94550
94550
|
*
|
|
94551
94551
|
* @remarks
|
|
94552
|
-
* [Api set:
|
|
94552
|
+
* [Api set: WordApiOnline BETA (PREVIEW ONLY)]
|
|
94553
94553
|
* @beta
|
|
94554
94554
|
*/
|
|
94555
94555
|
bold?: boolean;
|
|
@@ -94557,7 +94557,7 @@ declare namespace Word {
|
|
|
94557
94557
|
* Gets the first hyperlink in the range, or sets a hyperlink on the range. All hyperlinks in the range are deleted when you set a new hyperlink on the range.
|
|
94558
94558
|
*
|
|
94559
94559
|
* @remarks
|
|
94560
|
-
* [Api set:
|
|
94560
|
+
* [Api set: WordApiOnline BETA (PREVIEW ONLY)]
|
|
94561
94561
|
* @beta
|
|
94562
94562
|
*/
|
|
94563
94563
|
hyperlink?: boolean;
|
|
@@ -94565,7 +94565,7 @@ declare namespace Word {
|
|
|
94565
94565
|
* Checks whether the range length is zero. Read-only.
|
|
94566
94566
|
*
|
|
94567
94567
|
* @remarks
|
|
94568
|
-
* [Api set:
|
|
94568
|
+
* [Api set: WordApiOnline BETA (PREVIEW ONLY)]
|
|
94569
94569
|
* @beta
|
|
94570
94570
|
*/
|
|
94571
94571
|
isEmpty?: boolean;
|
|
@@ -94573,7 +94573,7 @@ declare namespace Word {
|
|
|
94573
94573
|
* Gets or sets a value that indicates whether the comment text is italicized.
|
|
94574
94574
|
*
|
|
94575
94575
|
* @remarks
|
|
94576
|
-
* [Api set:
|
|
94576
|
+
* [Api set: WordApiOnline BETA (PREVIEW ONLY)]
|
|
94577
94577
|
* @beta
|
|
94578
94578
|
*/
|
|
94579
94579
|
italic?: boolean;
|
|
@@ -94581,7 +94581,7 @@ declare namespace Word {
|
|
|
94581
94581
|
* Gets or sets a value that indicates whether the comment text has a strikethrough.
|
|
94582
94582
|
*
|
|
94583
94583
|
* @remarks
|
|
94584
|
-
* [Api set:
|
|
94584
|
+
* [Api set: WordApiOnline BETA (PREVIEW ONLY)]
|
|
94585
94585
|
* @beta
|
|
94586
94586
|
*/
|
|
94587
94587
|
strikeThrough?: boolean;
|
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.288",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "e0f588f913d78b8e7259c290ab8502cebc45c2428743360250ddfe6e480a4f71",
|
|
49
49
|
"typeScriptVersion": "3.9"
|
|
50
50
|
}
|