@types/office-js-preview 1.0.712 → 1.0.713
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, 30 Jun 2026 17:34:08 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -196393,12 +196393,14 @@ declare namespace PowerPoint {
|
|
|
196393
196393
|
enum ThemeColor {
|
|
196394
196394
|
/**
|
|
196395
196395
|
* Specifies a mixed theme color.
|
|
196396
|
+
Not applicable as input to {@link PowerPoint.ThemeColorScheme | ThemeColorScheme.getThemeColor} nor {@link PowerPoint.ThemeColorScheme| ThemeColorScheme.setThemeColor}.
|
|
196396
196397
|
* @remarks
|
|
196397
196398
|
* [Api set: PowerPointApi 1.10]
|
|
196398
196399
|
*/
|
|
196399
196400
|
mixed = "Mixed",
|
|
196400
196401
|
/**
|
|
196401
196402
|
* Specifies no theme color.
|
|
196403
|
+
Not applicable as input to {@link PowerPoint.ThemeColorScheme | ThemeColorScheme.getThemeColor} nor {@link PowerPoint.ThemeColorScheme| ThemeColorScheme.setThemeColor}.
|
|
196402
196404
|
* @remarks
|
|
196403
196405
|
* [Api set: PowerPointApi 1.10]
|
|
196404
196406
|
*/
|
|
@@ -196491,7 +196493,7 @@ declare namespace PowerPoint {
|
|
|
196491
196493
|
* @remarks
|
|
196492
196494
|
* [Api set: PowerPointApi 1.10]
|
|
196493
196495
|
*
|
|
196494
|
-
* @param color The theme color.
|
|
196496
|
+
* @param color The theme color. The values `none` and `mixed` are invalid for this API.
|
|
196495
196497
|
* @returns The color value in #RRGGBB format (e.g., "FFA500").
|
|
196496
196498
|
*/
|
|
196497
196499
|
getThemeColor(color: PowerPoint.ThemeColor): OfficeExtension.ClientResult<string>;
|
|
@@ -196501,7 +196503,7 @@ declare namespace PowerPoint {
|
|
|
196501
196503
|
* @remarks
|
|
196502
196504
|
* [Api set: PowerPointApi 1.10]
|
|
196503
196505
|
*
|
|
196504
|
-
* @param color The theme color.
|
|
196506
|
+
* @param color The theme color. The values `none` and `mixed` are invalid for this API.
|
|
196505
196507
|
* @returns The color value in #RRGGBB format (e.g., "FFA500").
|
|
196506
196508
|
*/
|
|
196507
196509
|
getThemeColor(color: "Mixed" | "None" | "Accent1" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Dark1" | "Dark2" | "FollowedHyperlink" | "Hyperlink" | "Light1" | "Light2"): OfficeExtension.ClientResult<string>;
|
|
@@ -196511,7 +196513,7 @@ declare namespace PowerPoint {
|
|
|
196511
196513
|
* @remarks
|
|
196512
196514
|
* [Api set: PowerPointApi 1.10]
|
|
196513
196515
|
*
|
|
196514
|
-
* @param color The theme color.
|
|
196516
|
+
* @param color The theme color. The values `none` and `mixed` are invalid for this API.
|
|
196515
196517
|
* @param rgbColor The color value in #RRGGBB format (e.g., "FFA500") or as a named HTML color (e.g., "orange").
|
|
196516
196518
|
*/
|
|
196517
196519
|
setThemeColor(color: PowerPoint.ThemeColor, rgbColor: string): void;
|
|
@@ -196521,7 +196523,7 @@ declare namespace PowerPoint {
|
|
|
196521
196523
|
* @remarks
|
|
196522
196524
|
* [Api set: PowerPointApi 1.10]
|
|
196523
196525
|
*
|
|
196524
|
-
* @param color The theme color.
|
|
196526
|
+
* @param color The theme color. The values `none` and `mixed` are invalid for this API.
|
|
196525
196527
|
* @param rgbColor The color value in #RRGGBB format (e.g., "FFA500") or as a named HTML color (e.g., "orange").
|
|
196526
196528
|
*/
|
|
196527
196529
|
setThemeColor(color: "Mixed" | "None" | "Accent1" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Dark1" | "Dark2" | "FollowedHyperlink" | "Hyperlink" | "Light1" | "Light2", rgbColor: string): void;
|
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.713",
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
43
|
"peerDependencies": {},
|
|
44
|
-
"typesPublisherContentHash": "
|
|
44
|
+
"typesPublisherContentHash": "7612c8a796556d659c5ed88d9d5e06264bdc162f53e3b9d11aa992ec7a54f54f",
|
|
45
45
|
"typeScriptVersion": "5.6",
|
|
46
46
|
"nonNpm": true
|
|
47
47
|
}
|