@types/office-js-preview 1.0.607 → 1.0.608
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: Fri, 13 Jun 2025 17:02:20 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -139257,12 +139257,12 @@ declare namespace PowerPoint {
|
|
|
139257
139257
|
/** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
|
|
139258
139258
|
context: RequestContext;
|
|
139259
139259
|
/**
|
|
139260
|
-
* Specifies if the bullets in the paragraph are visible. Returns
|
|
139260
|
+
* Specifies if the bullets in the paragraph are visible. Returns `null` if the {@link PowerPoint.TextRange} includes text fragments with different bullet visibility values.
|
|
139261
139261
|
*
|
|
139262
139262
|
* @remarks
|
|
139263
139263
|
* [Api set: PowerPointApi 1.4]
|
|
139264
139264
|
*/
|
|
139265
|
-
visible: boolean;
|
|
139265
|
+
visible: boolean | null;
|
|
139266
139266
|
/**
|
|
139267
139267
|
* Queues up a command to load the specified properties of the object. You must call `context.sync()` before reading the properties.
|
|
139268
139268
|
*
|
|
@@ -141065,12 +141065,12 @@ declare namespace PowerPoint {
|
|
|
141065
141065
|
/** An interface for updating data on the `BulletFormat` object, for use in `bulletFormat.set({ ... })`. */
|
|
141066
141066
|
interface BulletFormatUpdateData {
|
|
141067
141067
|
/**
|
|
141068
|
-
* Specifies if the bullets in the paragraph are visible. Returns
|
|
141068
|
+
* Specifies if the bullets in the paragraph are visible. Returns `null` if the {@link PowerPoint.TextRange} includes text fragments with different bullet visibility values.
|
|
141069
141069
|
*
|
|
141070
141070
|
* @remarks
|
|
141071
141071
|
* [Api set: PowerPointApi 1.4]
|
|
141072
141072
|
*/
|
|
141073
|
-
visible?: boolean;
|
|
141073
|
+
visible?: boolean | null;
|
|
141074
141074
|
}
|
|
141075
141075
|
/** An interface for updating data on the `ParagraphFormat` object, for use in `paragraphFormat.set({ ... })`. */
|
|
141076
141076
|
interface ParagraphFormatUpdateData {
|
|
@@ -141965,12 +141965,12 @@ declare namespace PowerPoint {
|
|
|
141965
141965
|
/** An interface describing the data returned by calling `bulletFormat.toJSON()`. */
|
|
141966
141966
|
interface BulletFormatData {
|
|
141967
141967
|
/**
|
|
141968
|
-
* Specifies if the bullets in the paragraph are visible. Returns
|
|
141968
|
+
* Specifies if the bullets in the paragraph are visible. Returns `null` if the {@link PowerPoint.TextRange} includes text fragments with different bullet visibility values.
|
|
141969
141969
|
*
|
|
141970
141970
|
* @remarks
|
|
141971
141971
|
* [Api set: PowerPointApi 1.4]
|
|
141972
141972
|
*/
|
|
141973
|
-
visible?: boolean;
|
|
141973
|
+
visible?: boolean | null;
|
|
141974
141974
|
}
|
|
141975
141975
|
/** An interface describing the data returned by calling `paragraphFormat.toJSON()`. */
|
|
141976
141976
|
interface ParagraphFormatData {
|
|
@@ -143794,7 +143794,7 @@ declare namespace PowerPoint {
|
|
|
143794
143794
|
*/
|
|
143795
143795
|
$all?: boolean;
|
|
143796
143796
|
/**
|
|
143797
|
-
* Specifies if the bullets in the paragraph are visible. Returns
|
|
143797
|
+
* Specifies if the bullets in the paragraph are visible. Returns `null` if the {@link PowerPoint.TextRange} includes text fragments with different bullet visibility values.
|
|
143798
143798
|
*
|
|
143799
143799
|
* @remarks
|
|
143800
143800
|
* [Api set: PowerPointApi 1.4]
|
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.608",
|
|
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": "82e4b8a8f0648c8fefb3a13c05c49eacd12e5cbf7dbf404729b4e7327d6c0ba5",
|
|
50
50
|
"typeScriptVersion": "5.1",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|