@types/office-js-preview 1.0.598 → 1.0.599

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.
@@ -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: Thu, 22 May 2025 18:02:31 GMT
11
+ * Last updated: Tue, 27 May 2025 16:39:04 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -139431,7 +139431,7 @@ declare namespace PowerPoint {
139431
139431
  */
139432
139432
  readonly tags: PowerPoint.TagCollection;
139433
139433
  /**
139434
- * Returns the text frame object of this shape.
139434
+ * Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
139435
139435
  *
139436
139436
  * @remarks
139437
139437
  * [Api set: PowerPointApi 1.4]
@@ -143101,7 +143101,7 @@ declare namespace PowerPoint {
143101
143101
  */
143102
143102
  placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
143103
143103
  /**
143104
- * For EACH ITEM in the collection: Returns the text frame object of this shape.
143104
+ * 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`.
143105
143105
  *
143106
143106
  * @remarks
143107
143107
  * [Api set: PowerPointApi 1.4]
@@ -143412,7 +143412,7 @@ declare namespace PowerPoint {
143412
143412
  */
143413
143413
  placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
143414
143414
  /**
143415
- * For EACH ITEM in the collection: Returns the text frame object of this shape.
143415
+ * 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`.
143416
143416
  *
143417
143417
  * @remarks
143418
143418
  * [Api set: PowerPointApi 1.5]
@@ -143788,7 +143788,7 @@ declare namespace PowerPoint {
143788
143788
  */
143789
143789
  placeholderFormat?: PowerPoint.Interfaces.PlaceholderFormatLoadOptions;
143790
143790
  /**
143791
- * Returns the text frame object of this shape.
143791
+ * Returns the {@link PowerPoint.TextFrame} object of this `Shape`. Throws an `InvalidArgument` exception if the shape doesn't support a `TextFrame`.
143792
143792
  *
143793
143793
  * @remarks
143794
143794
  * [Api set: PowerPointApi 1.4]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.598",
3
+ "version": "1.0.599",
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": "40dad4b49ba22e299374e6fec5de53d9dc37740f27015c536c5d65daa58fcde3",
49
+ "typesPublisherContentHash": "5fff15439ac218ee8f2b825bdae03abf7b63c81df82333c41eef1389cafbb85a",
50
50
  "typeScriptVersion": "5.1",
51
51
  "nonNpm": true
52
52
  }