You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/office-js-preview/index.d.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100173,6 +100173,8 @@ declare namespace Word {
100173
100173
*
100174
100174
* @remarks
100175
100175
* [Api set: WordApi 1.7]
100176
+
*
100177
+
* Important: This API requires a Microsoft 365 subscription in order to work properly because of an underlying service's requirement. For more about this, see {@link https://github.com/OfficeDev/office-js/issues/4953 | GitHub issue 4953}.
100176
100178
*/
100177
100179
getAnnotations(): Word.AnnotationCollection;
100178
100180
/**
@@ -100300,6 +100302,8 @@ declare namespace Word {
100300
100302
* @remarks
100301
100303
* [Api set: WordApi 1.7]
100302
100304
*
100305
+
* Important: This API requires a Microsoft 365 subscription in order to work properly because of an underlying service's requirement. For more about this, see {@link https://github.com/OfficeDev/office-js/issues/4953 | GitHub issue 4953}.
100306
+
*
100303
100307
* @param annotations Annotations to set.
100304
100308
* @returns An array of the inserted annotations identifiers.
Copy file name to clipboardExpand all lines: types/office-js/index.d.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91584,6 +91584,8 @@ declare namespace Word {
91584
91584
*
91585
91585
* @remarks
91586
91586
* [Api set: WordApi 1.7]
91587
+
*
91588
+
* Important: This API requires a Microsoft 365 subscription in order to work properly because of an underlying service's requirement. For more about this, see {@link https://github.com/OfficeDev/office-js/issues/4953 | GitHub issue 4953}.
91587
91589
*/
91588
91590
getAnnotations(): Word.AnnotationCollection;
91589
91591
/**
@@ -91711,6 +91713,8 @@ declare namespace Word {
91711
91713
* @remarks
91712
91714
* [Api set: WordApi 1.7]
91713
91715
*
91716
+
* Important: This API requires a Microsoft 365 subscription in order to work properly because of an underlying service's requirement. For more about this, see {@link https://github.com/OfficeDev/office-js/issues/4953 | GitHub issue 4953}.
91717
+
*
91714
91718
* @param annotations Annotations to set.
91715
91719
* @returns An array of the inserted annotations identifiers.
0 commit comments