@types/office-js-preview 1.0.426 → 1.0.428
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 +1 -1
- office-js-preview/index.d.ts +47 -12
- office-js-preview/package.json +2 -2
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: Wed, 25 Oct 2023 21:16:39 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -2011,14 +2011,49 @@ declare namespace Office {
|
|
|
2011
2011
|
*
|
|
2012
2012
|
* @remarks
|
|
2013
2013
|
*
|
|
2014
|
-
*
|
|
2015
|
-
*
|
|
2016
|
-
*
|
|
2017
|
-
*
|
|
2018
|
-
*
|
|
2019
|
-
*
|
|
2020
|
-
*
|
|
2021
|
-
*
|
|
2014
|
+
* *Supported applications, by platform*
|
|
2015
|
+
* <table>
|
|
2016
|
+
* <tr>
|
|
2017
|
+
* <th></th>
|
|
2018
|
+
* <th>Office on Windows</th>
|
|
2019
|
+
* <th>Office on the web</th>
|
|
2020
|
+
* <th>Office on Mac</th>
|
|
2021
|
+
* <th>Office on iOS</th>
|
|
2022
|
+
* <th>Office on Android</th>
|
|
2023
|
+
* </tr>
|
|
2024
|
+
* <tr>
|
|
2025
|
+
* <td><strong>Excel</strong></td>
|
|
2026
|
+
* <td>Supported</td>
|
|
2027
|
+
* <td>Not available</td>
|
|
2028
|
+
* <td>Supported</td>
|
|
2029
|
+
* <td>Supported</td>
|
|
2030
|
+
* <td>Not available</td>
|
|
2031
|
+
* </tr>
|
|
2032
|
+
* <tr>
|
|
2033
|
+
* <td><strong>Outlook</strong></td>
|
|
2034
|
+
* <td>Preview</td>
|
|
2035
|
+
* <td>Not available</td>
|
|
2036
|
+
* <td>Not available</td>
|
|
2037
|
+
* <td>Not available</td>
|
|
2038
|
+
* <td>Not available</td>
|
|
2039
|
+
* </tr>
|
|
2040
|
+
* <tr>
|
|
2041
|
+
* <td><strong>PowerPoint</strong></td>
|
|
2042
|
+
* <td>Supported</td>
|
|
2043
|
+
* <td>Not available</td>
|
|
2044
|
+
* <td>Supported</td>
|
|
2045
|
+
* <td>Supported</td>
|
|
2046
|
+
* <td>Not available</td>
|
|
2047
|
+
* </tr>
|
|
2048
|
+
* <tr>
|
|
2049
|
+
* <td><strong>Word</strong></td>
|
|
2050
|
+
* <td>Supported</td>
|
|
2051
|
+
* <td>Supported</td>
|
|
2052
|
+
* <td>Supported</td>
|
|
2053
|
+
* <td>Supported</td>
|
|
2054
|
+
* <td>Not available</td>
|
|
2055
|
+
* </tr>
|
|
2056
|
+
* </table>
|
|
2022
2057
|
*/
|
|
2023
2058
|
interface OfficeTheme {
|
|
2024
2059
|
/**
|
|
@@ -122449,7 +122484,7 @@ declare namespace PowerPoint {
|
|
|
122449
122484
|
getItemAt(index: number): PowerPoint.SlideLayout;
|
|
122450
122485
|
/**
|
|
122451
122486
|
* Gets a layout using its unique ID. If such a layout does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
122452
|
-
see {@link https://
|
|
122487
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
|
|
122453
122488
|
*
|
|
122454
122489
|
* @remarks
|
|
122455
122490
|
* [Api set: PowerPointApi 1.3]
|
|
@@ -123888,7 +123923,7 @@ declare namespace PowerPoint {
|
|
|
123888
123923
|
getItemAt(index: number): PowerPoint.Slide;
|
|
123889
123924
|
/**
|
|
123890
123925
|
* Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
123891
|
-
see {@link https://
|
|
123926
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
|
|
123892
123927
|
and properties}.
|
|
123893
123928
|
*
|
|
123894
123929
|
* @remarks
|
|
@@ -123963,7 +123998,7 @@ declare namespace PowerPoint {
|
|
|
123963
123998
|
getItemAt(index: number): PowerPoint.Slide;
|
|
123964
123999
|
/**
|
|
123965
124000
|
* Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
123966
|
-
see {@link https://
|
|
124001
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
|
|
123967
124002
|
and properties}.
|
|
123968
124003
|
*
|
|
123969
124004
|
* @remarks
|
|
@@ -124038,7 +124073,7 @@ declare namespace PowerPoint {
|
|
|
124038
124073
|
getItemAt(index: number): PowerPoint.SlideMaster;
|
|
124039
124074
|
/**
|
|
124040
124075
|
* Gets a Slide Master using its unique ID. If such a Slide Master does not exist, an object with an `isNullObject` property set to true is returned.
|
|
124041
|
-
For further information, see {@link https://
|
|
124076
|
+
For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}."
|
|
124042
124077
|
*
|
|
124043
124078
|
* @remarks
|
|
124044
124079
|
* [Api set: PowerPointApi 1.3]
|
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.428",
|
|
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,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "14c473de29a96bfa280d94f2e710f013b8225ce9629ff8f94e28d7a77501d79d",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|