@types/office-js-preview 1.0.696 → 1.0.697

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: Fri, 20 Mar 2026 16:26:47 GMT
11
+ * Last updated: Wed, 25 Mar 2026 21:44:56 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -106374,14 +106374,14 @@ declare namespace Word {
106374
106374
  */
106375
106375
  appearance: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
106376
106376
  /**
106377
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
106377
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
106378
106378
  *
106379
106379
  * @remarks
106380
106380
  * [Api set: WordApi 1.1]
106381
106381
  */
106382
106382
  cannotDelete: boolean;
106383
106383
  /**
106384
- * Specifies a value that indicates whether the user can edit the contents of the content control.
106384
+ * Specifies whether the user can edit the contents of the content control.
106385
106385
  *
106386
106386
  * @remarks
106387
106387
  * [Api set: WordApi 1.1]
@@ -106409,7 +106409,7 @@ declare namespace Word {
106409
106409
  */
106410
106410
  placeholderText: string;
106411
106411
  /**
106412
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
106412
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
106413
106413
  *
106414
106414
  * @remarks
106415
106415
  * [Api set: WordApi 1.1]
@@ -107377,7 +107377,7 @@ declare namespace Word {
107377
107377
  */
107378
107378
  schemaCollection: Word.CustomXmlSchemaCollection;
107379
107379
  /**
107380
- * Gets a value that indicates whether the `CustomXmlPart` is built-in.
107380
+ * Gets whether the `CustomXmlPart` is built-in.
107381
107381
  *
107382
107382
  * @remarks
107383
107383
  * [Api set: WordApiDesktop 1.3]
@@ -111784,7 +111784,7 @@ declare namespace Word {
111784
111784
  */
111785
111785
  readonly imageFormat: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
111786
111786
  /**
111787
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
111787
+ * Specifies whether the inline image retains its original proportions when you resize it.
111788
111788
  *
111789
111789
  * @remarks
111790
111790
  * [Api set: WordApi 1.1]
@@ -144294,7 +144294,7 @@ declare namespace Word {
144294
144294
  */
144295
144295
  interface SelectionInsertSymbolOptions {
144296
144296
  /**
144297
- * If provided, specifies the font bias for symbols. This argument is useful for setting the correct font bias for East Asian characters. The default value is `default`.
144297
+ * If provided, specifies the font bias for symbols. This argument is useful for setting the correct font bias for East Asian characters. The default value is `standard`.
144298
144298
  *
144299
144299
  * @remarks
144300
144300
  * [Api set: WordApiDesktop 1.4]
@@ -149464,14 +149464,14 @@ declare namespace Word {
149464
149464
  */
149465
149465
  appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
149466
149466
  /**
149467
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
149467
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
149468
149468
  *
149469
149469
  * @remarks
149470
149470
  * [Api set: WordApi 1.1]
149471
149471
  */
149472
149472
  cannotDelete?: boolean;
149473
149473
  /**
149474
- * Specifies a value that indicates whether the user can edit the contents of the content control.
149474
+ * Specifies whether the user can edit the contents of the content control.
149475
149475
  *
149476
149476
  * @remarks
149477
149477
  * [Api set: WordApi 1.1]
@@ -149492,7 +149492,7 @@ declare namespace Word {
149492
149492
  */
149493
149493
  placeholderText?: string;
149494
149494
  /**
149495
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
149495
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
149496
149496
  *
149497
149497
  * @remarks
149498
149498
  * [Api set: WordApi 1.1]
@@ -150727,7 +150727,7 @@ declare namespace Word {
150727
150727
  */
150728
150728
  hyperlink?: string;
150729
150729
  /**
150730
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
150730
+ * Specifies whether the inline image retains its original proportions when you resize it.
150731
150731
  *
150732
150732
  * @remarks
150733
150733
  * [Api set: WordApi 1.1]
@@ -155942,14 +155942,14 @@ declare namespace Word {
155942
155942
  */
155943
155943
  appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
155944
155944
  /**
155945
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
155945
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
155946
155946
  *
155947
155947
  * @remarks
155948
155948
  * [Api set: WordApi 1.1]
155949
155949
  */
155950
155950
  cannotDelete?: boolean;
155951
155951
  /**
155952
- * Specifies a value that indicates whether the user can edit the contents of the content control.
155952
+ * Specifies whether the user can edit the contents of the content control.
155953
155953
  *
155954
155954
  * @remarks
155955
155955
  * [Api set: WordApi 1.1]
@@ -155977,7 +155977,7 @@ declare namespace Word {
155977
155977
  */
155978
155978
  placeholderText?: string;
155979
155979
  /**
155980
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
155980
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
155981
155981
  *
155982
155982
  * @remarks
155983
155983
  * [Api set: WordApi 1.1]
@@ -156125,7 +156125,7 @@ declare namespace Word {
156125
156125
  */
156126
156126
  schemaCollection?: Word.Interfaces.CustomXmlSchemaData[];
156127
156127
  /**
156128
- * Gets a value that indicates whether the `CustomXmlPart` is built-in.
156128
+ * Gets whether the `CustomXmlPart` is built-in.
156129
156129
  *
156130
156130
  * @remarks
156131
156131
  * [Api set: WordApiDesktop 1.3]
@@ -157716,7 +157716,7 @@ declare namespace Word {
157716
157716
  */
157717
157717
  imageFormat?: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
157718
157718
  /**
157719
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
157719
+ * Specifies whether the inline image retains its original proportions when you resize it.
157720
157720
  *
157721
157721
  * @remarks
157722
157722
  * [Api set: WordApi 1.1]
@@ -165281,14 +165281,14 @@ declare namespace Word {
165281
165281
  */
165282
165282
  appearance?: boolean;
165283
165283
  /**
165284
- * Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165284
+ * Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165285
165285
  *
165286
165286
  * @remarks
165287
165287
  * [Api set: WordApi 1.1]
165288
165288
  */
165289
165289
  cannotDelete?: boolean;
165290
165290
  /**
165291
- * Specifies a value that indicates whether the user can edit the contents of the content control.
165291
+ * Specifies whether the user can edit the contents of the content control.
165292
165292
  *
165293
165293
  * @remarks
165294
165294
  * [Api set: WordApi 1.1]
@@ -165316,7 +165316,7 @@ declare namespace Word {
165316
165316
  */
165317
165317
  placeholderText?: boolean;
165318
165318
  /**
165319
- * Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165319
+ * Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165320
165320
  *
165321
165321
  * @remarks
165322
165322
  * [Api set: WordApi 1.1]
@@ -165496,14 +165496,14 @@ declare namespace Word {
165496
165496
  */
165497
165497
  appearance?: boolean;
165498
165498
  /**
165499
- * For EACH ITEM in the collection: Specifies a value that indicates whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165499
+ * For EACH ITEM in the collection: Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
165500
165500
  *
165501
165501
  * @remarks
165502
165502
  * [Api set: WordApi 1.1]
165503
165503
  */
165504
165504
  cannotDelete?: boolean;
165505
165505
  /**
165506
- * For EACH ITEM in the collection: Specifies a value that indicates whether the user can edit the contents of the content control.
165506
+ * For EACH ITEM in the collection: Specifies whether the user can edit the contents of the content control.
165507
165507
  *
165508
165508
  * @remarks
165509
165509
  * [Api set: WordApi 1.1]
@@ -165531,7 +165531,7 @@ declare namespace Word {
165531
165531
  */
165532
165532
  placeholderText?: boolean;
165533
165533
  /**
165534
- * For EACH ITEM in the collection: Specifies a value that indicates whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165534
+ * For EACH ITEM in the collection: Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
165535
165535
  *
165536
165536
  * @remarks
165537
165537
  * [Api set: WordApi 1.1]
@@ -165738,7 +165738,7 @@ declare namespace Word {
165738
165738
  */
165739
165739
  documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165740
165740
  /**
165741
- * Gets a value that indicates whether the `CustomXmlPart` is built-in.
165741
+ * Gets whether the `CustomXmlPart` is built-in.
165742
165742
  *
165743
165743
  * @remarks
165744
165744
  * [Api set: WordApiDesktop 1.3]
@@ -165785,7 +165785,7 @@ declare namespace Word {
165785
165785
  */
165786
165786
  documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165787
165787
  /**
165788
- * For EACH ITEM in the collection: Gets a value that indicates whether the `CustomXmlPart` is built-in.
165788
+ * For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
165789
165789
  *
165790
165790
  * @remarks
165791
165791
  * [Api set: WordApiDesktop 1.3]
@@ -165832,7 +165832,7 @@ declare namespace Word {
165832
165832
  */
165833
165833
  documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
165834
165834
  /**
165835
- * For EACH ITEM in the collection: Gets a value that indicates whether the `CustomXmlPart` is built-in.
165835
+ * For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
165836
165836
  *
165837
165837
  * @remarks
165838
165838
  * [Api set: WordApiDesktop 1.3]
@@ -167760,7 +167760,7 @@ declare namespace Word {
167760
167760
  */
167761
167761
  imageFormat?: boolean;
167762
167762
  /**
167763
- * Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
167763
+ * Specifies whether the inline image retains its original proportions when you resize it.
167764
167764
  *
167765
167765
  * @remarks
167766
167766
  * [Api set: WordApi 1.1]
@@ -167870,7 +167870,7 @@ declare namespace Word {
167870
167870
  */
167871
167871
  imageFormat?: boolean;
167872
167872
  /**
167873
- * For EACH ITEM in the collection: Specifies a value that indicates whether the inline image retains its original proportions when you resize it.
167873
+ * For EACH ITEM in the collection: Specifies whether the inline image retains its original proportions when you resize it.
167874
167874
  *
167875
167875
  * @remarks
167876
167876
  * [Api set: WordApi 1.1]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.696",
3
+ "version": "1.0.697",
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": "957ea6b05bfb01d8487c2cc04d2461733b71451437d855cd4c062726a86b22ad",
50
- "typeScriptVersion": "5.2",
49
+ "typesPublisherContentHash": "6c84fe05b0f322c70d061e6693c754b70694c82fb90e78da15a0bb93e5f3ab8b",
50
+ "typeScriptVersion": "5.3",
51
51
  "nonNpm": true
52
52
  }