@types/office-js-preview 1.0.405 → 1.0.406
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: Thu, 17 Aug 2023 17:32:52 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
|
@@ -88559,13 +88559,13 @@ declare namespace Word {
|
|
|
88559
88559
|
*/
|
|
88560
88560
|
getOoxml(): OfficeExtension.ClientResult<string>;
|
|
88561
88561
|
/**
|
|
88562
|
-
* Gets the paragraph by its unique
|
|
88562
|
+
* Gets the paragraph by its unique ID in GUID format. Throws an `ItemNotFound` error if the collection is empty.
|
|
88563
88563
|
*
|
|
88564
88564
|
* @remarks
|
|
88565
88565
|
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
88566
88566
|
* @beta
|
|
88567
88567
|
*
|
|
88568
|
-
* @param id Required. Unique
|
|
88568
|
+
* @param id Required. Unique paragraph ID in GUID format.
|
|
88569
88569
|
*/
|
|
88570
88570
|
getParagraphById(id: string): Word.Paragraph;
|
|
88571
88571
|
/**
|
|
@@ -88850,7 +88850,7 @@ declare namespace Word {
|
|
|
88850
88850
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
88851
88851
|
context: RequestContext;
|
|
88852
88852
|
/**
|
|
88853
|
-
* Specifies the line color for the border.
|
|
88853
|
+
* Specifies the line color for the border. Color is specified in ‘#RRGGBB’ format or by using the color name.
|
|
88854
88854
|
*
|
|
88855
88855
|
* @remarks
|
|
88856
88856
|
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
@@ -100889,7 +100889,7 @@ declare namespace Word {
|
|
|
100889
100889
|
/** An interface for updating data on the Border object, for use in `border.set({ ... })`. */
|
|
100890
100890
|
interface BorderUpdateData {
|
|
100891
100891
|
/**
|
|
100892
|
-
* Specifies the line color for the border.
|
|
100892
|
+
* Specifies the line color for the border. Color is specified in ‘#RRGGBB’ format or by using the color name.
|
|
100893
100893
|
*
|
|
100894
100894
|
* @remarks
|
|
100895
100895
|
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
@@ -102345,7 +102345,7 @@ declare namespace Word {
|
|
|
102345
102345
|
/** An interface describing the data returned by calling `border.toJSON()`. */
|
|
102346
102346
|
interface BorderData {
|
|
102347
102347
|
/**
|
|
102348
|
-
* Specifies the line color for the border.
|
|
102348
|
+
* Specifies the line color for the border. Color is specified in ‘#RRGGBB’ format or by using the color name.
|
|
102349
102349
|
*
|
|
102350
102350
|
* @remarks
|
|
102351
102351
|
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
|
@@ -104463,7 +104463,7 @@ declare namespace Word {
|
|
|
104463
104463
|
*/
|
|
104464
104464
|
$all?: boolean;
|
|
104465
104465
|
/**
|
|
104466
|
-
* Specifies the line color for the border.
|
|
104466
|
+
* Specifies the line color for the border. Color is specified in ‘#RRGGBB’ format or by using the color name.
|
|
104467
104467
|
*
|
|
104468
104468
|
* @remarks
|
|
104469
104469
|
* [Api set: WordApi BETA (PREVIEW ONLY)]
|
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.406",
|
|
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": "f33ec520d0a910a872508b76e142c614d2e5c8c3fd7a2dc4ec24485cb153057e",
|
|
49
49
|
"typeScriptVersion": "4.3"
|
|
50
50
|
}
|