@types/office-js 1.0.503 → 1.0.504
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/README.md +1 -1
- office-js/index.d.ts +4 -4
- office-js/package.json +2 -2
office-js/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.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 27 May 2025 16:39:04 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -131696,7 +131696,7 @@ declare namespace PowerPoint {
|
|
|
131696
131696
|
*/
|
|
131697
131697
|
readonly tags: PowerPoint.TagCollection;
|
|
131698
131698
|
/**
|
|
131699
|
-
* Returns the
|
|
131699
|
+
* Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
131700
131700
|
*
|
|
131701
131701
|
* @remarks
|
|
131702
131702
|
* [Api set: PowerPointApi 1.4]
|
|
@@ -134465,7 +134465,7 @@ declare namespace PowerPoint {
|
|
|
134465
134465
|
*/
|
|
134466
134466
|
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
134467
134467
|
/**
|
|
134468
|
-
|
|
134468
|
+
* For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
134469
134469
|
*
|
|
134470
134470
|
* @remarks
|
|
134471
134471
|
* [Api set: PowerPointApi 1.4]
|
|
@@ -134776,7 +134776,7 @@ declare namespace PowerPoint {
|
|
|
134776
134776
|
*/
|
|
134777
134777
|
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
134778
134778
|
/**
|
|
134779
|
-
|
|
134779
|
+
* For EACH ITEM in the collection: Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
134780
134780
|
*
|
|
134781
134781
|
* @remarks
|
|
134782
134782
|
* [Api set: PowerPointApi 1.5]
|
|
@@ -135152,7 +135152,7 @@ declare namespace PowerPoint {
|
|
|
135152
135152
|
*/
|
|
135153
135153
|
placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
|
|
135154
135154
|
/**
|
|
135155
|
-
|
|
135155
|
+
* Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
|
|
135156
135156
|
*
|
|
135157
135157
|
* @remarks
|
|
135158
135158
|
* [Api set: PowerPointApi 1.4]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.504",
|
|
4
4
|
"description": "TypeScript definitions for office-js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "006b7ad5f9ef9f2ef8c745e4001bf2a21c73a016b095ede53175cdeadadb451d",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|