@types/office-js-preview 1.0.577 → 1.0.578

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: Tue, 25 Mar 2025 21:03:30 GMT
11
+ * Last updated: Fri, 28 Mar 2025 14:36:00 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -97241,7 +97241,7 @@ declare namespace Word {
97241
97241
  * @remarks
97242
97242
  * [Api set: WordApi 1.1]
97243
97243
  *
97244
- * Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
97244
+ * Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
97245
97245
  *
97246
97246
  * @param base64File Required. The Base64-encoded content of a .docx file.
97247
97247
  * @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
@@ -98513,7 +98513,7 @@ declare namespace Word {
98513
98513
  * @remarks
98514
98514
  * [Api set: WordApi 1.1]
98515
98515
  *
98516
- * Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
98516
+ * Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
98517
98517
  *
98518
98518
  * @param base64File Required. The Base64-encoded content of a .docx file.
98519
98519
  * @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'. 'Replace' cannot be used with 'RichTextTable' and 'RichTextTableRow' content controls.
@@ -99939,7 +99939,7 @@ declare namespace Word {
99939
99939
  * @remarks
99940
99940
  * [Api set: WordApi 1.5]
99941
99941
  *
99942
- * Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
99942
+ * Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
99943
99943
  *
99944
99944
  * @param base64File Required. The Base64-encoded content of a .docx file.
99945
99945
  * @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
@@ -100241,7 +100241,7 @@ declare namespace Word {
100241
100241
  * @remarks
100242
100242
  * [Api set: WordApiHiddenDocument 1.5]
100243
100243
  *
100244
- * Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
100244
+ * Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
100245
100245
  *
100246
100246
  * @param base64File Required. The Base64-encoded content of a .docx file.
100247
100247
  * @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
@@ -100626,8 +100626,8 @@ declare namespace Word {
100626
100626
  *
100627
100627
  * Important: To learn more about which fields can be inserted, see the `Word.Range.insertField` API introduced in requirement set 1.5.
100628
100628
  * Support for managing fields is similar to what's available in the Word UI.
100629
- * However, while the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}),
100630
- * the `Addin` field is editable. To learn more about Word UI clients that more fully support fields,
100629
+ * However, the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}).
100630
+ * To learn more about Word UI clients that more fully support fields,
100631
100631
  * see the product list at the beginning of {@link https://support.microsoft.com/office/c429bbb0-8669-48a7-bd24-bab6ba6b06bb | Insert, edit, and view fields in Word}.
100632
100632
  */
100633
100633
  class Field extends OfficeExtension.ClientObject {
@@ -100828,10 +100828,10 @@ declare namespace Word {
100828
100828
  * @remarks
100829
100829
  * [Api set: WordApi 1.4]
100830
100830
  *
100831
- * Important: To learn more about which fields can be inserted, see the `Word.Range.insertField API` introduced in requirement set 1.5.
100831
+ * Important: To learn more about which fields can be inserted, see the `Word.Range.insertField` API introduced in requirement set 1.5.
100832
100832
  * Support for managing fields is similar to what's available in the Word UI.
100833
- * However, while the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}),
100834
- * the `Addin` field is editable. To learn more about Word UI clients that more fully support fields,
100833
+ * However, the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}).
100834
+ * To learn more about Word UI clients that more fully support fields,
100835
100835
  * see the product list at the beginning of {@link https://support.microsoft.com/office/c429bbb0-8669-48a7-bd24-bab6ba6b06bb | Insert, edit, and view fields in Word}.
100836
100836
  */
100837
100837
  class FieldCollection extends OfficeExtension.ClientObject {
@@ -101205,7 +101205,7 @@ declare namespace Word {
101205
101205
  * @remarks
101206
101206
  * [Api set: WordApi 1.2]
101207
101207
  *
101208
- * Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
101208
+ * Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
101209
101209
  *
101210
101210
  * @param base64File Required. The Base64-encoded content of a .docx file.
101211
101211
  * @param insertLocation Required. The value must be 'Before' or 'After'.
@@ -103018,7 +103018,7 @@ declare namespace Word {
103018
103018
  * @remarks
103019
103019
  * [Api set: WordApi 1.1]
103020
103020
  *
103021
- * Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
103021
+ * Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
103022
103022
  *
103023
103023
  * @param base64File Required. The Base64-encoded content of a .docx file.
103024
103024
  * @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
@@ -103898,19 +103898,8 @@ declare namespace Word {
103898
103898
  * @remarks
103899
103899
  * [Api set: WordApi 1.5]
103900
103900
  *
103901
- * Important:
103902
- *
103903
- * In Word on Windows and on Mac, the API supports inserting and managing all types listed in {@link Word.FieldType} except `Word.FieldType.others`.
103904
- *
103905
- * In Word on the web, the API supports inserting and managing the following field types.
103906
- *
103907
- * - `Word.FieldType.addin`
103908
- *
103909
- * - `Word.FieldType.date`
103910
- *
103911
- * - `Word.FieldType.hyperlink`
103912
- *
103913
- * - `Word.FieldType.toc`
103901
+ * Important: In Word on Windows and on Mac, the API supports inserting and managing all types listed in {@link Word.FieldType} except `Word.FieldType.others`.
103902
+ * In Word on the web, fields are mainly read-only. To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/word/fields-guidance | Use fields in your Word add-in}.
103914
103903
  *
103915
103904
  * @param insertLocation Required. The location relative to the range where the field will be inserted. The value must be 'Replace', 'Start', 'End', 'Before', or 'After'.
103916
103905
  * @param fieldType Optional. Can be any FieldType constant. The default value is Empty.
@@ -103924,19 +103913,8 @@ declare namespace Word {
103924
103913
  * @remarks
103925
103914
  * [Api set: WordApi 1.5]
103926
103915
  *
103927
- * Important:
103928
- *
103929
- * In Word on Windows and on Mac, the API supports inserting and managing all types listed in {@link Word.FieldType} except `Word.FieldType.others`.
103930
- *
103931
- * In Word on the web, the API supports inserting and managing the following field types.
103932
- *
103933
- * - `Word.FieldType.addin`
103934
- *
103935
- * - `Word.FieldType.date`
103936
- *
103937
- * - `Word.FieldType.hyperlink`
103938
- *
103939
- * - `Word.FieldType.toc`
103916
+ * Important: In Word on Windows and on Mac, the API supports inserting and managing all types listed in {@link Word.FieldType} except `Word.FieldType.others`.
103917
+ * In Word on the web, fields are mainly read-only. To learn more, see {@link https://learn.microsoft.com/office/dev/add-ins/word/fields-guidance | Use fields in your Word add-in}.
103940
103918
  *
103941
103919
  * @param insertLocation Required. The location relative to the range where the field will be inserted. The value must be 'Replace', 'Start', 'End', 'Before', or 'After'.
103942
103920
  * @param fieldType Optional. Can be any FieldType constant. The default value is Empty.
@@ -103950,7 +103928,7 @@ declare namespace Word {
103950
103928
  * @remarks
103951
103929
  * [Api set: WordApi 1.1]
103952
103930
  *
103953
- * Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
103931
+ * Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
103954
103932
  *
103955
103933
  * @param base64File Required. The Base64-encoded content of a .docx file.
103956
103934
  * @param insertLocation Required. The value must be 'Replace', 'Start', 'End', 'Before', or 'After'.
@@ -107889,24 +107867,6 @@ declare namespace Word {
107889
107867
  * [Api set: WordApi 1.5]
107890
107868
  */
107891
107869
  contentControlAdded = "ContentControlAdded",
107892
- /**
107893
- * AnnotationAdded represents the event an annotation has been added to the document.
107894
- * @remarks
107895
- * [Api set: WordApiOnline 1.1]
107896
- */
107897
- annotationAdded = "AnnotationAdded",
107898
- /**
107899
- * AnnotationChanged represents the event an annotation has been updated in the document.
107900
- * @remarks
107901
- * [Api set: WordApiOnline 1.1]
107902
- */
107903
- annotationChanged = "AnnotationChanged",
107904
- /**
107905
- * AnnotationDeleted represents the event an annotation has been deleted from the document.
107906
- * @remarks
107907
- * [Api set: WordApiOnline 1.1]
107908
- */
107909
- annotationDeleted = "AnnotationDeleted",
107910
107870
  /**
107911
107871
  * Represents that one or more comments were deleted.
107912
107872
  * @remarks
@@ -107954,12 +107914,6 @@ declare namespace Word {
107954
107914
  * [Api set: WordApi 1.5]
107955
107915
  */
107956
107916
  contentControlExited = "ContentControlExited",
107957
- /**
107958
- * Represents that a word count has been changed.
107959
- * @remarks
107960
- * [Api set: WordApi Unknown Version, this API may or may not work on a client. This API may not be released to 3rd parties.]
107961
- */
107962
- documentWordCountChanged = "DocumentWordCountChanged",
107963
107917
  /**
107964
107918
  * Represents that one or more new paragraphs were added.
107965
107919
  * @remarks
@@ -108040,7 +107994,7 @@ declare namespace Word {
108040
107994
  * @remarks
108041
107995
  * [Api set: WordApi 1.5]
108042
107996
  */
108043
- eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
107997
+ eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108044
107998
  /**
108045
107999
  * Gets the content control IDs.
108046
108000
  *
@@ -108069,7 +108023,7 @@ declare namespace Word {
108069
108023
  * @remarks
108070
108024
  * [Api set: WordApi 1.5]
108071
108025
  */
108072
- eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108026
+ eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108073
108027
  /**
108074
108028
  * Gets the content control IDs.
108075
108029
  *
@@ -108098,7 +108052,7 @@ declare namespace Word {
108098
108052
  * @remarks
108099
108053
  * [Api set: WordApi 1.5]
108100
108054
  */
108101
- eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108055
+ eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108102
108056
  /**
108103
108057
  * Gets the content control IDs.
108104
108058
  *
@@ -108127,7 +108081,7 @@ declare namespace Word {
108127
108081
  * @remarks
108128
108082
  * [Api set: WordApi 1.5]
108129
108083
  */
108130
- eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108084
+ eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108131
108085
  /**
108132
108086
  * Gets the content control IDs.
108133
108087
  *
@@ -108156,7 +108110,7 @@ declare namespace Word {
108156
108110
  * @remarks
108157
108111
  * [Api set: WordApi 1.5]
108158
108112
  */
108159
- eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108113
+ eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108160
108114
  /**
108161
108115
  * Gets the content control IDs.
108162
108116
  *
@@ -108185,7 +108139,7 @@ declare namespace Word {
108185
108139
  * @remarks
108186
108140
  * [Api set: WordApi 1.5]
108187
108141
  */
108188
- eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108142
+ eventType: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108189
108143
  /**
108190
108144
  * Gets the content control IDs.
108191
108145
  *
@@ -108221,7 +108175,7 @@ declare namespace Word {
108221
108175
  * @remarks
108222
108176
  * [Api set: WordApi 1.6]
108223
108177
  */
108224
- type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108178
+ type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108225
108179
  /**
108226
108180
  * Gets the unique IDs of the involved paragraphs. IDs are in standard 8-4-4-4-12 GUID format without curly braces and differ across sessions and coauthors.
108227
108181
  *
@@ -108250,7 +108204,7 @@ declare namespace Word {
108250
108204
  * @remarks
108251
108205
  * [Api set: WordApi 1.6]
108252
108206
  */
108253
- type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108207
+ type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108254
108208
  /**
108255
108209
  * Gets the unique IDs of the involved paragraphs. IDs are in standard 8-4-4-4-12 GUID format without curly braces and differ across sessions and coauthors.
108256
108210
  *
@@ -108279,7 +108233,7 @@ declare namespace Word {
108279
108233
  * @remarks
108280
108234
  * [Api set: WordApi 1.6]
108281
108235
  */
108282
- type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108236
+ type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108283
108237
  /**
108284
108238
  * Gets the unique IDs of the involved paragraphs. IDs are in standard 8-4-4-4-12 GUID format without curly braces and differ across sessions and coauthors.
108285
108239
  *
@@ -108327,7 +108281,7 @@ declare namespace Word {
108327
108281
  * [Api set: WordApi BETA (PREVIEW ONLY)]
108328
108282
  * @beta
108329
108283
  */
108330
- type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "AnnotationAdded" | "AnnotationChanged" | "AnnotationDeleted" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "DocumentWordCountChanged" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108284
+ type: Word.EventType | "ContentControlDeleted" | "ContentControlSelectionChanged" | "ContentControlDataChanged" | "ContentControlAdded" | "CommentDeleted" | "CommentSelected" | "CommentDeselected" | "CommentChanged" | "CommentAdded" | "ContentControlEntered" | "ContentControlExited" | "ParagraphAdded" | "ParagraphChanged" | "ParagraphDeleted" | "AnnotationClicked" | "AnnotationHovered" | "AnnotationInserted" | "AnnotationRemoved" | "AnnotationPopupAction";
108331
108285
  }
108332
108286
  /**
108333
108287
  * A structure for the ID and reply IDs of this comment.
@@ -119269,8 +119223,8 @@ declare namespace Word {
119269
119223
  *
119270
119224
  * Important: To learn more about which fields can be inserted, see the `Word.Range.insertField` API introduced in requirement set 1.5.
119271
119225
  * Support for managing fields is similar to what's available in the Word UI.
119272
- * However, while the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}),
119273
- * the `Addin` field is editable. To learn more about Word UI clients that more fully support fields,
119226
+ * However, the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}).
119227
+ * To learn more about Word UI clients that more fully support fields,
119274
119228
  * see the product list at the beginning of {@link https://support.microsoft.com/office/c429bbb0-8669-48a7-bd24-bab6ba6b06bb | Insert, edit, and view fields in Word}.
119275
119229
  */
119276
119230
  interface FieldLoadOptions {
@@ -119385,10 +119339,10 @@ declare namespace Word {
119385
119339
  * @remarks
119386
119340
  * [Api set: WordApi 1.4]
119387
119341
  *
119388
- * Important: To learn more about which fields can be inserted, see the `Word.Range.insertField API` introduced in requirement set 1.5.
119342
+ * Important: To learn more about which fields can be inserted, see the `Word.Range.insertField` API introduced in requirement set 1.5.
119389
119343
  * Support for managing fields is similar to what's available in the Word UI.
119390
- * However, while the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}),
119391
- * the `Addin` field is editable. To learn more about Word UI clients that more fully support fields,
119344
+ * However, the Word UI on the web primarily only supports fields as read-only (see {@link https://support.microsoft.com/office/d8f46094-13c3-4966-98c3-259748f3caf1 | Field codes in Word for the web}).
119345
+ * To learn more about Word UI clients that more fully support fields,
119392
119346
  * see the product list at the beginning of {@link https://support.microsoft.com/office/c429bbb0-8669-48a7-bd24-bab6ba6b06bb | Insert, edit, and view fields in Word}.
119393
119347
  */
119394
119348
  interface FieldCollectionLoadOptions {
@@ -133498,7 +133452,7 @@ declare namespace PowerPoint {
133498
133452
  slideMasterId?: string;
133499
133453
  }
133500
133454
  /**
133501
- * Binding type enumeration.
133455
+ * Represents the possible binding types.
133502
133456
  *
133503
133457
  * @remarks
133504
133458
  * [Api set: PowerPointApi BETA (PREVIEW ONLY)]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.577",
3
+ "version": "1.0.578",
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": "eeae977d650313440db86ece9c37fe2a83438d6f64a8b815b33c84241fcbdb4d",
49
+ "typesPublisherContentHash": "92a16fdc89a304c4b24c4a469a66d043399641535d15a78ed0428acfc28a5cb3",
50
50
  "typeScriptVersion": "5.0",
51
51
  "nonNpm": true
52
52
  }