Skip to content

Commit 7527485

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents bc4f2dc + ec13069 commit 7527485

File tree

119 files changed

+5587
-1007
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+5587
-1007
lines changed

.github/ISSUE_TEMPLATE/3_customer-feedback.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ body:
6363
validations:
6464
required: true
6565
attributes:
66-
label: Document Id
66+
label: Document Id
67+
- type: input
68+
id: platformId
69+
validations:
70+
required: true
71+
attributes:
72+
label: Platform Id

docs/docs-ref-autogen/word_1_3_hidden_document/word.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ interfaces:
6969
- 'word!Word.Interfaces.BorderCollectionUpdateData:interface'
7070
- 'word!Word.Interfaces.BorderData:interface'
7171
- 'word!Word.Interfaces.BorderUpdateData:interface'
72+
- 'word!Word.Interfaces.CanvasData:interface'
73+
- 'word!Word.Interfaces.CanvasUpdateData:interface'
7274
- 'word!Word.Interfaces.CheckboxContentControlData:interface'
7375
- 'word!Word.Interfaces.CheckboxContentControlUpdateData:interface'
7476
- 'word!Word.Interfaces.CollectionLoadOptions:interface'
@@ -146,6 +148,12 @@ interfaces:
146148
- 'word!Word.Interfaces.NoteItemCollectionUpdateData:interface'
147149
- 'word!Word.Interfaces.NoteItemData:interface'
148150
- 'word!Word.Interfaces.NoteItemUpdateData:interface'
151+
- 'word!Word.Interfaces.PageCollectionData:interface'
152+
- 'word!Word.Interfaces.PageCollectionUpdateData:interface'
153+
- 'word!Word.Interfaces.PageData:interface'
154+
- 'word!Word.Interfaces.PaneCollectionData:interface'
155+
- 'word!Word.Interfaces.PaneCollectionUpdateData:interface'
156+
- 'word!Word.Interfaces.PaneData:interface'
149157
- 'word!Word.Interfaces.ParagraphCollectionData:interface'
150158
- 'word!Word.Interfaces.ParagraphCollectionLoadOptions:interface'
151159
- 'word!Word.Interfaces.ParagraphCollectionUpdateData:interface'
@@ -175,6 +183,16 @@ interfaces:
175183
- 'word!Word.Interfaces.SettingUpdateData:interface'
176184
- 'word!Word.Interfaces.ShadingData:interface'
177185
- 'word!Word.Interfaces.ShadingUpdateData:interface'
186+
- 'word!Word.Interfaces.ShapeCollectionData:interface'
187+
- 'word!Word.Interfaces.ShapeCollectionUpdateData:interface'
188+
- 'word!Word.Interfaces.ShapeData:interface'
189+
- 'word!Word.Interfaces.ShapeFillData:interface'
190+
- 'word!Word.Interfaces.ShapeFillUpdateData:interface'
191+
- 'word!Word.Interfaces.ShapeGroupData:interface'
192+
- 'word!Word.Interfaces.ShapeGroupUpdateData:interface'
193+
- 'word!Word.Interfaces.ShapeTextWrapData:interface'
194+
- 'word!Word.Interfaces.ShapeTextWrapUpdateData:interface'
195+
- 'word!Word.Interfaces.ShapeUpdateData:interface'
178196
- 'word!Word.Interfaces.StyleCollectionData:interface'
179197
- 'word!Word.Interfaces.StyleCollectionUpdateData:interface'
180198
- 'word!Word.Interfaces.StyleData:interface'
@@ -203,9 +221,14 @@ interfaces:
203221
- 'word!Word.Interfaces.TableStyleData:interface'
204222
- 'word!Word.Interfaces.TableStyleUpdateData:interface'
205223
- 'word!Word.Interfaces.TableUpdateData:interface'
224+
- 'word!Word.Interfaces.TextFrameData:interface'
225+
- 'word!Word.Interfaces.TextFrameUpdateData:interface'
206226
- 'word!Word.Interfaces.TrackedChangeCollectionData:interface'
207227
- 'word!Word.Interfaces.TrackedChangeCollectionUpdateData:interface'
208228
- 'word!Word.Interfaces.TrackedChangeData:interface'
229+
- 'word!Word.Interfaces.WindowCollectionData:interface'
230+
- 'word!Word.Interfaces.WindowCollectionUpdateData:interface'
231+
- 'word!Word.Interfaces.WindowData:interface'
209232
functions:
210233
- name: 'Word.run(objects, batch)'
211234
uid: 'word!Word.run:function(1)'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.CanvasData
3+
uid: 'word!Word.Interfaces.CanvasData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.CanvasData
6+
summary: An interface describing the data returned by calling `canvas.toJSON()`<!-- -->.
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.CanvasUpdateData
3+
uid: 'word!Word.Interfaces.CanvasUpdateData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.CanvasUpdateData
6+
summary: 'An interface for updating data on the `Canvas` object, for use in `canvas.set({ ... })`<!-- -->.'
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.PageCollectionData
3+
uid: 'word!Word.Interfaces.PageCollectionData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.PageCollectionData
6+
summary: An interface describing the data returned by calling `pageCollection.toJSON()`<!-- -->.
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface
11+
properties:
12+
- name: items
13+
uid: 'word!Word.Interfaces.PageCollectionData#items:member'
14+
package: word!
15+
fullName: items
16+
summary: ''
17+
remarks: ''
18+
isPreview: false
19+
isDeprecated: false
20+
syntax:
21+
content: 'items?: Word.Interfaces.PageData[];'
22+
return:
23+
type: '<xref uid="word!Word.Interfaces.PageData:interface" />[]'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.PageCollectionUpdateData
3+
uid: 'word!Word.Interfaces.PageCollectionUpdateData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.PageCollectionUpdateData
6+
summary: 'An interface for updating data on the `PageCollection` object, for use in `pageCollection.set({ ... })`<!-- -->.'
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface
11+
properties:
12+
- name: items
13+
uid: 'word!Word.Interfaces.PageCollectionUpdateData#items:member'
14+
package: word!
15+
fullName: items
16+
summary: ''
17+
remarks: ''
18+
isPreview: false
19+
isDeprecated: false
20+
syntax:
21+
content: 'items?: Word.Interfaces.PageData[];'
22+
return:
23+
type: '<xref uid="word!Word.Interfaces.PageData:interface" />[]'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.PageData
3+
uid: 'word!Word.Interfaces.PageData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.PageData
6+
summary: An interface describing the data returned by calling `page.toJSON()`<!-- -->.
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.PaneCollectionData
3+
uid: 'word!Word.Interfaces.PaneCollectionData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.PaneCollectionData
6+
summary: An interface describing the data returned by calling `paneCollection.toJSON()`<!-- -->.
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface
11+
properties:
12+
- name: items
13+
uid: 'word!Word.Interfaces.PaneCollectionData#items:member'
14+
package: word!
15+
fullName: items
16+
summary: ''
17+
remarks: ''
18+
isPreview: false
19+
isDeprecated: false
20+
syntax:
21+
content: 'items?: Word.Interfaces.PaneData[];'
22+
return:
23+
type: '<xref uid="word!Word.Interfaces.PaneData:interface" />[]'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.PaneCollectionUpdateData
3+
uid: 'word!Word.Interfaces.PaneCollectionUpdateData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.PaneCollectionUpdateData
6+
summary: 'An interface for updating data on the `PaneCollection` object, for use in `paneCollection.set({ ... })`<!-- -->.'
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface
11+
properties:
12+
- name: items
13+
uid: 'word!Word.Interfaces.PaneCollectionUpdateData#items:member'
14+
package: word!
15+
fullName: items
16+
summary: ''
17+
remarks: ''
18+
isPreview: false
19+
isDeprecated: false
20+
syntax:
21+
content: 'items?: Word.Interfaces.PaneData[];'
22+
return:
23+
type: '<xref uid="word!Word.Interfaces.PaneData:interface" />[]'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TSType
2+
name: Word.Interfaces.PaneData
3+
uid: 'word!Word.Interfaces.PaneData:interface'
4+
package: word!
5+
fullName: Word.Interfaces.PaneData
6+
summary: An interface describing the data returned by calling `pane.toJSON()`<!-- -->.
7+
remarks: ''
8+
isPreview: false
9+
isDeprecated: false
10+
type: interface

0 commit comments

Comments
 (0)