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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -102786,7 +102786,7 @@ declare namespace Word {
102786
102786
*/
102787
102787
readonly parentTableOrNullObject: Word.Table;
102788
102788
/**
102789
-
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
102789
+
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
102790
102790
*
102791
102791
* @remarks
102792
102792
* [Api set: WordApiDesktop 1.2]
@@ -103719,7 +103719,7 @@ declare namespace Word {
103719
103719
*/
103720
103720
readonly parentTableOrNullObject: Word.Table;
103721
103721
/**
103722
-
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
103722
+
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
103723
103723
*
103724
103724
* @remarks
103725
103725
* [Api set: WordApiDesktop 1.2]
@@ -122682,7 +122682,7 @@ declare namespace Word {
122682
122682
id?: boolean;
122683
122683
}
122684
122684
/**
122685
-
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
122685
+
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
Copy file name to clipboardExpand all lines: types/office-js/index.d.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94839,7 +94839,7 @@ declare namespace Word {
94839
94839
*/
94840
94840
readonly parentTableOrNullObject: Word.Table;
94841
94841
/**
94842
-
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
94842
+
* Gets the collection of shape objects anchored in the paragraph, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
94843
94843
*
94844
94844
* @remarks
94845
94845
* [Api set: WordApiDesktop 1.2]
@@ -95722,7 +95722,7 @@ declare namespace Word {
95722
95722
*/
95723
95723
readonly parentTableOrNullObject: Word.Table;
95724
95724
/**
95725
-
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
95725
+
* Gets the collection of shape objects anchored in the range, including both inline and floating shapes. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
95726
95726
*
95727
95727
* @remarks
95728
95728
* [Api set: WordApiDesktop 1.2]
@@ -114424,7 +114424,7 @@ declare namespace Word {
114424
114424
id?: boolean;
114425
114425
}
114426
114426
/**
114427
-
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures and canvases.
114427
+
* Contains a collection of {@link Word.Shape} objects. Currently, only the following shapes are supported: text boxes, geometric shapes, groups, pictures, and canvases.
0 commit comments