@types/office-js 1.0.583 → 1.0.585
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 +44 -42
- office-js/package.json +3 -3
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: Wed,
|
|
11
|
+
* Last updated: Wed, 25 Mar 2026 21:44:56 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -99536,14 +99536,14 @@ declare namespace Word {
|
|
|
99536
99536
|
*/
|
|
99537
99537
|
appearance: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
|
|
99538
99538
|
/**
|
|
99539
|
-
* Specifies
|
|
99539
|
+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
|
|
99540
99540
|
*
|
|
99541
99541
|
* @remarks
|
|
99542
99542
|
* [Api set: WordApi 1.1]
|
|
99543
99543
|
*/
|
|
99544
99544
|
cannotDelete: boolean;
|
|
99545
99545
|
/**
|
|
99546
|
-
* Specifies
|
|
99546
|
+
* Specifies whether the user can edit the contents of the content control.
|
|
99547
99547
|
*
|
|
99548
99548
|
* @remarks
|
|
99549
99549
|
* [Api set: WordApi 1.1]
|
|
@@ -99571,7 +99571,7 @@ declare namespace Word {
|
|
|
99571
99571
|
*/
|
|
99572
99572
|
placeholderText: string;
|
|
99573
99573
|
/**
|
|
99574
|
-
* Specifies
|
|
99574
|
+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
|
|
99575
99575
|
*
|
|
99576
99576
|
* @remarks
|
|
99577
99577
|
* [Api set: WordApi 1.1]
|
|
@@ -100463,7 +100463,7 @@ declare namespace Word {
|
|
|
100463
100463
|
*/
|
|
100464
100464
|
schemaCollection: Word.CustomXmlSchemaCollection;
|
|
100465
100465
|
/**
|
|
100466
|
-
* Gets
|
|
100466
|
+
* Gets whether the `CustomXmlPart` is built-in.
|
|
100467
100467
|
*
|
|
100468
100468
|
* @remarks
|
|
100469
100469
|
* [Api set: WordApiDesktop 1.3]
|
|
@@ -104622,7 +104622,7 @@ declare namespace Word {
|
|
|
104622
104622
|
*/
|
|
104623
104623
|
readonly imageFormat: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
|
|
104624
104624
|
/**
|
|
104625
|
-
* Specifies
|
|
104625
|
+
* Specifies whether the inline image retains its original proportions when you resize it.
|
|
104626
104626
|
*
|
|
104627
104627
|
* @remarks
|
|
104628
104628
|
* [Api set: WordApi 1.1]
|
|
@@ -135499,7 +135499,7 @@ declare namespace Word {
|
|
|
135499
135499
|
*/
|
|
135500
135500
|
interface SelectionInsertSymbolOptions {
|
|
135501
135501
|
/**
|
|
135502
|
-
* 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 `
|
|
135502
|
+
* 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`.
|
|
135503
135503
|
*
|
|
135504
135504
|
* @remarks
|
|
135505
135505
|
* [Api set: WordApiDesktop 1.4]
|
|
@@ -135623,7 +135623,7 @@ declare namespace Word {
|
|
|
135623
135623
|
unit?: Word.OperationUnit | "Character" | "Word" | "Sentence" | "Paragraph" | "Line" | "Story" | "Screen" | "Section" | "Column" | "Row" | "Window" | "Cell" | "CharacterFormat" | "ParagraphFormat" | "Table" | "Item";
|
|
135624
135624
|
}
|
|
135625
135625
|
/**
|
|
135626
|
-
* Represents the options for the {@link Word.Selection | Selection.
|
|
135626
|
+
* Represents the options for the {@link Word.Selection | Selection.getNextRange} method.
|
|
135627
135627
|
*
|
|
135628
135628
|
* @remarks
|
|
135629
135629
|
* [Api set: WordApiDesktop 1.4]
|
|
@@ -135645,7 +135645,7 @@ declare namespace Word {
|
|
|
135645
135645
|
unit?: Word.OperationUnit | "Character" | "Word" | "Sentence" | "Paragraph" | "Line" | "Story" | "Screen" | "Section" | "Column" | "Row" | "Window" | "Cell" | "CharacterFormat" | "ParagraphFormat" | "Table" | "Item";
|
|
135646
135646
|
}
|
|
135647
135647
|
/**
|
|
135648
|
-
* Represents the options for the {@link Word.Selection | Selection.
|
|
135648
|
+
* Represents the options for the {@link Word.Selection | Selection.getPreviousRange} method.
|
|
135649
135649
|
*
|
|
135650
135650
|
* @remarks
|
|
135651
135651
|
* [Api set: WordApiDesktop 1.4]
|
|
@@ -140264,7 +140264,7 @@ declare namespace Word {
|
|
|
140264
140264
|
/** An interface for updating data on the `CommentContentRange` object, for use in `commentContentRange.set({ ... })`. */
|
|
140265
140265
|
interface CommentContentRangeUpdateData {
|
|
140266
140266
|
/**
|
|
140267
|
-
* Specifies
|
|
140267
|
+
* Specifies whether the comment text is bold.
|
|
140268
140268
|
*
|
|
140269
140269
|
* @remarks
|
|
140270
140270
|
* [Api set: WordApi 1.4]
|
|
@@ -140278,21 +140278,21 @@ declare namespace Word {
|
|
|
140278
140278
|
*/
|
|
140279
140279
|
hyperlink?: string;
|
|
140280
140280
|
/**
|
|
140281
|
-
* Specifies
|
|
140281
|
+
* Specifies whether the comment text is italicized.
|
|
140282
140282
|
*
|
|
140283
140283
|
* @remarks
|
|
140284
140284
|
* [Api set: WordApi 1.4]
|
|
140285
140285
|
*/
|
|
140286
140286
|
italic?: boolean;
|
|
140287
140287
|
/**
|
|
140288
|
-
* Specifies
|
|
140288
|
+
* Specifies whether the comment text has a strikethrough.
|
|
140289
140289
|
*
|
|
140290
140290
|
* @remarks
|
|
140291
140291
|
* [Api set: WordApi 1.4]
|
|
140292
140292
|
*/
|
|
140293
140293
|
strikeThrough?: boolean;
|
|
140294
140294
|
/**
|
|
140295
|
-
* Specifies
|
|
140295
|
+
* Specifies the comment text's underline type. `none` if the comment text isn't underlined.
|
|
140296
140296
|
*
|
|
140297
140297
|
* @remarks
|
|
140298
140298
|
* [Api set: WordApi 1.4]
|
|
@@ -140512,14 +140512,14 @@ declare namespace Word {
|
|
|
140512
140512
|
*/
|
|
140513
140513
|
appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
|
|
140514
140514
|
/**
|
|
140515
|
-
* Specifies
|
|
140515
|
+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
|
|
140516
140516
|
*
|
|
140517
140517
|
* @remarks
|
|
140518
140518
|
* [Api set: WordApi 1.1]
|
|
140519
140519
|
*/
|
|
140520
140520
|
cannotDelete?: boolean;
|
|
140521
140521
|
/**
|
|
140522
|
-
* Specifies
|
|
140522
|
+
* Specifies whether the user can edit the contents of the content control.
|
|
140523
140523
|
*
|
|
140524
140524
|
* @remarks
|
|
140525
140525
|
* [Api set: WordApi 1.1]
|
|
@@ -140540,7 +140540,7 @@ declare namespace Word {
|
|
|
140540
140540
|
*/
|
|
140541
140541
|
placeholderText?: string;
|
|
140542
140542
|
/**
|
|
140543
|
-
* Specifies
|
|
140543
|
+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
|
|
140544
140544
|
*
|
|
140545
140545
|
* @remarks
|
|
140546
140546
|
* [Api set: WordApi 1.1]
|
|
@@ -141775,7 +141775,7 @@ declare namespace Word {
|
|
|
141775
141775
|
*/
|
|
141776
141776
|
hyperlink?: string;
|
|
141777
141777
|
/**
|
|
141778
|
-
* Specifies
|
|
141778
|
+
* Specifies whether the inline image retains its original proportions when you resize it.
|
|
141779
141779
|
*
|
|
141780
141780
|
* @remarks
|
|
141781
141781
|
* [Api set: WordApi 1.1]
|
|
@@ -146029,7 +146029,7 @@ declare namespace Word {
|
|
|
146029
146029
|
*/
|
|
146030
146030
|
styleBuiltIn?: Word.BuiltInStyleName | "Other" | "Normal" | "Heading1" | "Heading2" | "Heading3" | "Heading4" | "Heading5" | "Heading6" | "Heading7" | "Heading8" | "Heading9" | "Toc1" | "Toc2" | "Toc3" | "Toc4" | "Toc5" | "Toc6" | "Toc7" | "Toc8" | "Toc9" | "FootnoteText" | "Header" | "Footer" | "Caption" | "FootnoteReference" | "EndnoteReference" | "EndnoteText" | "Title" | "Subtitle" | "Hyperlink" | "Strong" | "Emphasis" | "NoSpacing" | "ListParagraph" | "Quote" | "IntenseQuote" | "SubtleEmphasis" | "IntenseEmphasis" | "SubtleReference" | "IntenseReference" | "BookTitle" | "Bibliography" | "TocHeading" | "TableGrid" | "PlainTable1" | "PlainTable2" | "PlainTable3" | "PlainTable4" | "PlainTable5" | "TableGridLight" | "GridTable1Light" | "GridTable1Light_Accent1" | "GridTable1Light_Accent2" | "GridTable1Light_Accent3" | "GridTable1Light_Accent4" | "GridTable1Light_Accent5" | "GridTable1Light_Accent6" | "GridTable2" | "GridTable2_Accent1" | "GridTable2_Accent2" | "GridTable2_Accent3" | "GridTable2_Accent4" | "GridTable2_Accent5" | "GridTable2_Accent6" | "GridTable3" | "GridTable3_Accent1" | "GridTable3_Accent2" | "GridTable3_Accent3" | "GridTable3_Accent4" | "GridTable3_Accent5" | "GridTable3_Accent6" | "GridTable4" | "GridTable4_Accent1" | "GridTable4_Accent2" | "GridTable4_Accent3" | "GridTable4_Accent4" | "GridTable4_Accent5" | "GridTable4_Accent6" | "GridTable5Dark" | "GridTable5Dark_Accent1" | "GridTable5Dark_Accent2" | "GridTable5Dark_Accent3" | "GridTable5Dark_Accent4" | "GridTable5Dark_Accent5" | "GridTable5Dark_Accent6" | "GridTable6Colorful" | "GridTable6Colorful_Accent1" | "GridTable6Colorful_Accent2" | "GridTable6Colorful_Accent3" | "GridTable6Colorful_Accent4" | "GridTable6Colorful_Accent5" | "GridTable6Colorful_Accent6" | "GridTable7Colorful" | "GridTable7Colorful_Accent1" | "GridTable7Colorful_Accent2" | "GridTable7Colorful_Accent3" | "GridTable7Colorful_Accent4" | "GridTable7Colorful_Accent5" | "GridTable7Colorful_Accent6" | "ListTable1Light" | "ListTable1Light_Accent1" | "ListTable1Light_Accent2" | "ListTable1Light_Accent3" | "ListTable1Light_Accent4" | "ListTable1Light_Accent5" | "ListTable1Light_Accent6" | "ListTable2" | "ListTable2_Accent1" | "ListTable2_Accent2" | "ListTable2_Accent3" | "ListTable2_Accent4" | "ListTable2_Accent5" | "ListTable2_Accent6" | "ListTable3" | "ListTable3_Accent1" | "ListTable3_Accent2" | "ListTable3_Accent3" | "ListTable3_Accent4" | "ListTable3_Accent5" | "ListTable3_Accent6" | "ListTable4" | "ListTable4_Accent1" | "ListTable4_Accent2" | "ListTable4_Accent3" | "ListTable4_Accent4" | "ListTable4_Accent5" | "ListTable4_Accent6" | "ListTable5Dark" | "ListTable5Dark_Accent1" | "ListTable5Dark_Accent2" | "ListTable5Dark_Accent3" | "ListTable5Dark_Accent4" | "ListTable5Dark_Accent5" | "ListTable5Dark_Accent6" | "ListTable6Colorful" | "ListTable6Colorful_Accent1" | "ListTable6Colorful_Accent2" | "ListTable6Colorful_Accent3" | "ListTable6Colorful_Accent4" | "ListTable6Colorful_Accent5" | "ListTable6Colorful_Accent6" | "ListTable7Colorful" | "ListTable7Colorful_Accent1" | "ListTable7Colorful_Accent2" | "ListTable7Colorful_Accent3" | "ListTable7Colorful_Accent4" | "ListTable7Colorful_Accent5" | "ListTable7Colorful_Accent6";
|
|
146031
146031
|
/**
|
|
146032
|
-
* Gets the text of the body. Use the insertText method to insert text.
|
|
146032
|
+
* Gets the text of the body. Use the `insertText` method to insert text.
|
|
146033
146033
|
*
|
|
146034
146034
|
* @remarks
|
|
146035
146035
|
* [Api set: WordApi 1.1]
|
|
@@ -146467,7 +146467,7 @@ declare namespace Word {
|
|
|
146467
146467
|
/** An interface describing the data returned by calling `commentContentRange.toJSON()`. */
|
|
146468
146468
|
interface CommentContentRangeData {
|
|
146469
146469
|
/**
|
|
146470
|
-
* Specifies
|
|
146470
|
+
* Specifies whether the comment text is bold.
|
|
146471
146471
|
*
|
|
146472
146472
|
* @remarks
|
|
146473
146473
|
* [Api set: WordApi 1.4]
|
|
@@ -146488,14 +146488,14 @@ declare namespace Word {
|
|
|
146488
146488
|
*/
|
|
146489
146489
|
isEmpty?: boolean;
|
|
146490
146490
|
/**
|
|
146491
|
-
* Specifies
|
|
146491
|
+
* Specifies whether the comment text is italicized.
|
|
146492
146492
|
*
|
|
146493
146493
|
* @remarks
|
|
146494
146494
|
* [Api set: WordApi 1.4]
|
|
146495
146495
|
*/
|
|
146496
146496
|
italic?: boolean;
|
|
146497
146497
|
/**
|
|
146498
|
-
* Specifies
|
|
146498
|
+
* Specifies whether the comment text has a strikethrough.
|
|
146499
146499
|
*
|
|
146500
146500
|
* @remarks
|
|
146501
146501
|
* [Api set: WordApi 1.4]
|
|
@@ -146509,7 +146509,7 @@ declare namespace Word {
|
|
|
146509
146509
|
*/
|
|
146510
146510
|
text?: string;
|
|
146511
146511
|
/**
|
|
146512
|
-
* Specifies
|
|
146512
|
+
* Specifies the comment text's underline type. `none` if the comment text isn't underlined.
|
|
146513
146513
|
*
|
|
146514
146514
|
* @remarks
|
|
146515
146515
|
* [Api set: WordApi 1.4]
|
|
@@ -146919,14 +146919,14 @@ declare namespace Word {
|
|
|
146919
146919
|
*/
|
|
146920
146920
|
appearance?: Word.ContentControlAppearance | "BoundingBox" | "Tags" | "Hidden";
|
|
146921
146921
|
/**
|
|
146922
|
-
* Specifies
|
|
146922
|
+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
|
|
146923
146923
|
*
|
|
146924
146924
|
* @remarks
|
|
146925
146925
|
* [Api set: WordApi 1.1]
|
|
146926
146926
|
*/
|
|
146927
146927
|
cannotDelete?: boolean;
|
|
146928
146928
|
/**
|
|
146929
|
-
* Specifies
|
|
146929
|
+
* Specifies whether the user can edit the contents of the content control.
|
|
146930
146930
|
*
|
|
146931
146931
|
* @remarks
|
|
146932
146932
|
* [Api set: WordApi 1.1]
|
|
@@ -146954,7 +146954,7 @@ declare namespace Word {
|
|
|
146954
146954
|
*/
|
|
146955
146955
|
placeholderText?: string;
|
|
146956
146956
|
/**
|
|
146957
|
-
* Specifies
|
|
146957
|
+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
|
|
146958
146958
|
*
|
|
146959
146959
|
* @remarks
|
|
146960
146960
|
* [Api set: WordApi 1.1]
|
|
@@ -147094,7 +147094,7 @@ declare namespace Word {
|
|
|
147094
147094
|
*/
|
|
147095
147095
|
schemaCollection?: Word.Interfaces.CustomXmlSchemaData[];
|
|
147096
147096
|
/**
|
|
147097
|
-
* Gets
|
|
147097
|
+
* Gets whether the `CustomXmlPart` is built-in.
|
|
147098
147098
|
*
|
|
147099
147099
|
* @remarks
|
|
147100
147100
|
* [Api set: WordApiDesktop 1.3]
|
|
@@ -148685,7 +148685,7 @@ declare namespace Word {
|
|
|
148685
148685
|
*/
|
|
148686
148686
|
imageFormat?: Word.ImageFormat | "Unsupported" | "Undefined" | "Bmp" | "Jpeg" | "Gif" | "Tiff" | "Png" | "Icon" | "Exif" | "Wmf" | "Emf" | "Pict" | "Pdf" | "Svg";
|
|
148687
148687
|
/**
|
|
148688
|
-
* Specifies
|
|
148688
|
+
* Specifies whether the inline image retains its original proportions when you resize it.
|
|
148689
148689
|
*
|
|
148690
148690
|
* @remarks
|
|
148691
148691
|
* [Api set: WordApi 1.1]
|
|
@@ -154583,7 +154583,7 @@ declare namespace Word {
|
|
|
154583
154583
|
*/
|
|
154584
154584
|
styleBuiltIn?: boolean;
|
|
154585
154585
|
/**
|
|
154586
|
-
* Gets the text of the body. Use the insertText method to insert text.
|
|
154586
|
+
* Gets the text of the body. Use the `insertText` method to insert text.
|
|
154587
154587
|
*
|
|
154588
154588
|
* @remarks
|
|
154589
154589
|
* [Api set: WordApi 1.1]
|
|
@@ -155372,6 +155372,8 @@ declare namespace Word {
|
|
|
155372
155372
|
resolved?: boolean;
|
|
155373
155373
|
}
|
|
155374
155374
|
/**
|
|
155375
|
+
* Represents a content range within a comment.
|
|
155376
|
+
*
|
|
155375
155377
|
* @remarks
|
|
155376
155378
|
* [Api set: WordApi 1.4]
|
|
155377
155379
|
*/
|
|
@@ -155381,7 +155383,7 @@ declare namespace Word {
|
|
|
155381
155383
|
*/
|
|
155382
155384
|
$all?: boolean;
|
|
155383
155385
|
/**
|
|
155384
|
-
* Specifies
|
|
155386
|
+
* Specifies whether the comment text is bold.
|
|
155385
155387
|
*
|
|
155386
155388
|
* @remarks
|
|
155387
155389
|
* [Api set: WordApi 1.4]
|
|
@@ -155402,14 +155404,14 @@ declare namespace Word {
|
|
|
155402
155404
|
*/
|
|
155403
155405
|
isEmpty?: boolean;
|
|
155404
155406
|
/**
|
|
155405
|
-
* Specifies
|
|
155407
|
+
* Specifies whether the comment text is italicized.
|
|
155406
155408
|
*
|
|
155407
155409
|
* @remarks
|
|
155408
155410
|
* [Api set: WordApi 1.4]
|
|
155409
155411
|
*/
|
|
155410
155412
|
italic?: boolean;
|
|
155411
155413
|
/**
|
|
155412
|
-
* Specifies
|
|
155414
|
+
* Specifies whether the comment text has a strikethrough.
|
|
155413
155415
|
*
|
|
155414
155416
|
* @remarks
|
|
155415
155417
|
* [Api set: WordApi 1.4]
|
|
@@ -155423,7 +155425,7 @@ declare namespace Word {
|
|
|
155423
155425
|
*/
|
|
155424
155426
|
text?: boolean;
|
|
155425
155427
|
/**
|
|
155426
|
-
* Specifies
|
|
155428
|
+
* Specifies the comment text's underline type. `none` if the comment text isn't underlined.
|
|
155427
155429
|
*
|
|
155428
155430
|
* @remarks
|
|
155429
155431
|
* [Api set: WordApi 1.4]
|
|
@@ -156094,14 +156096,14 @@ declare namespace Word {
|
|
|
156094
156096
|
*/
|
|
156095
156097
|
appearance?: boolean;
|
|
156096
156098
|
/**
|
|
156097
|
-
* Specifies
|
|
156099
|
+
* Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
|
|
156098
156100
|
*
|
|
156099
156101
|
* @remarks
|
|
156100
156102
|
* [Api set: WordApi 1.1]
|
|
156101
156103
|
*/
|
|
156102
156104
|
cannotDelete?: boolean;
|
|
156103
156105
|
/**
|
|
156104
|
-
* Specifies
|
|
156106
|
+
* Specifies whether the user can edit the contents of the content control.
|
|
156105
156107
|
*
|
|
156106
156108
|
* @remarks
|
|
156107
156109
|
* [Api set: WordApi 1.1]
|
|
@@ -156129,7 +156131,7 @@ declare namespace Word {
|
|
|
156129
156131
|
*/
|
|
156130
156132
|
placeholderText?: boolean;
|
|
156131
156133
|
/**
|
|
156132
|
-
* Specifies
|
|
156134
|
+
* Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
|
|
156133
156135
|
*
|
|
156134
156136
|
* @remarks
|
|
156135
156137
|
* [Api set: WordApi 1.1]
|
|
@@ -156309,14 +156311,14 @@ declare namespace Word {
|
|
|
156309
156311
|
*/
|
|
156310
156312
|
appearance?: boolean;
|
|
156311
156313
|
/**
|
|
156312
|
-
* For EACH ITEM in the collection: Specifies
|
|
156314
|
+
* For EACH ITEM in the collection: Specifies whether the user can delete the content control. Mutually exclusive with `removeWhenEdited`.
|
|
156313
156315
|
*
|
|
156314
156316
|
* @remarks
|
|
156315
156317
|
* [Api set: WordApi 1.1]
|
|
156316
156318
|
*/
|
|
156317
156319
|
cannotDelete?: boolean;
|
|
156318
156320
|
/**
|
|
156319
|
-
* For EACH ITEM in the collection: Specifies
|
|
156321
|
+
* For EACH ITEM in the collection: Specifies whether the user can edit the contents of the content control.
|
|
156320
156322
|
*
|
|
156321
156323
|
* @remarks
|
|
156322
156324
|
* [Api set: WordApi 1.1]
|
|
@@ -156344,7 +156346,7 @@ declare namespace Word {
|
|
|
156344
156346
|
*/
|
|
156345
156347
|
placeholderText?: boolean;
|
|
156346
156348
|
/**
|
|
156347
|
-
* For EACH ITEM in the collection: Specifies
|
|
156349
|
+
* For EACH ITEM in the collection: Specifies whether the content control is removed after it's edited. Mutually exclusive with `cannotDelete`.
|
|
156348
156350
|
*
|
|
156349
156351
|
* @remarks
|
|
156350
156352
|
* [Api set: WordApi 1.1]
|
|
@@ -156551,7 +156553,7 @@ declare namespace Word {
|
|
|
156551
156553
|
*/
|
|
156552
156554
|
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
|
|
156553
156555
|
/**
|
|
156554
|
-
* Gets
|
|
156556
|
+
* Gets whether the `CustomXmlPart` is built-in.
|
|
156555
156557
|
*
|
|
156556
156558
|
* @remarks
|
|
156557
156559
|
* [Api set: WordApiDesktop 1.3]
|
|
@@ -156598,7 +156600,7 @@ declare namespace Word {
|
|
|
156598
156600
|
*/
|
|
156599
156601
|
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
|
|
156600
156602
|
/**
|
|
156601
|
-
* For EACH ITEM in the collection: Gets
|
|
156603
|
+
* For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
|
|
156602
156604
|
*
|
|
156603
156605
|
* @remarks
|
|
156604
156606
|
* [Api set: WordApiDesktop 1.3]
|
|
@@ -156645,7 +156647,7 @@ declare namespace Word {
|
|
|
156645
156647
|
*/
|
|
156646
156648
|
documentElement?: Word.Interfaces.CustomXmlNodeLoadOptions;
|
|
156647
156649
|
/**
|
|
156648
|
-
* For EACH ITEM in the collection: Gets
|
|
156650
|
+
* For EACH ITEM in the collection: Gets whether the `CustomXmlPart` is built-in.
|
|
156649
156651
|
*
|
|
156650
156652
|
* @remarks
|
|
156651
156653
|
* [Api set: WordApiDesktop 1.3]
|
|
@@ -158573,7 +158575,7 @@ declare namespace Word {
|
|
|
158573
158575
|
*/
|
|
158574
158576
|
imageFormat?: boolean;
|
|
158575
158577
|
/**
|
|
158576
|
-
* Specifies
|
|
158578
|
+
* Specifies whether the inline image retains its original proportions when you resize it.
|
|
158577
158579
|
*
|
|
158578
158580
|
* @remarks
|
|
158579
158581
|
* [Api set: WordApi 1.1]
|
|
@@ -158683,7 +158685,7 @@ declare namespace Word {
|
|
|
158683
158685
|
*/
|
|
158684
158686
|
imageFormat?: boolean;
|
|
158685
158687
|
/**
|
|
158686
|
-
* For EACH ITEM in the collection: Specifies
|
|
158688
|
+
* For EACH ITEM in the collection: Specifies whether the inline image retains its original proportions when you resize it.
|
|
158687
158689
|
*
|
|
158688
158690
|
* @remarks
|
|
158689
158691
|
* [Api set: WordApi 1.1]
|
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.585",
|
|
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": "
|
|
50
|
-
"typeScriptVersion": "5.
|
|
49
|
+
"typesPublisherContentHash": "acd55baea0d9ffec68a111428ef1136958655793d0ae253ab6fd5280867e803b",
|
|
50
|
+
"typeScriptVersion": "5.3"
|
|
51
51
|
}
|