Skip to content

Commit cb9dea0

Browse files
[PowerPoint] Add add-modify-tables snippet (#979)
* [PowerPoint] Add add-modify-tables snippet * Update how to update table values * Update based on feedback and add API mapping
1 parent 80ee730 commit cb9dea0

File tree

8 files changed

+1856
-20
lines changed

8 files changed

+1856
-20
lines changed

playlists-prod/powerpoint.yaml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/powerpoint/scenarios/searches-wikipedia-api.yaml
7272
group: Scenarios
7373
api_set: {}
74+
- id: powerpoint-shapes
75+
name: 'Insert shape, line, and text box'
76+
fileName: shapes.yaml
77+
description: 'Inserts geometric shapes, lines, and text boxes to a slide.'
78+
rawUrl: >-
79+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/powerpoint/shapes/shapes.yaml
80+
group: Shapes
81+
api_set:
82+
PowerPointApi: '1.4'
7483
- id: powerpoint-shapes-get-set-shapes
7584
name: 'Get, set, load, and save shapes'
7685
fileName: get-set-shapes.yaml
@@ -89,6 +98,15 @@
8998
group: Shapes
9099
api_set:
91100
PowerPointApi: '1.4'
101+
- id: powerpoint-shapes-add-modify-tables
102+
name: Add and modify tables
103+
fileName: add-modify-tables.yaml
104+
description: Shows how to add and modify tables in a presentation.
105+
rawUrl: >-
106+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/powerpoint/shapes/add-modify-tables.yaml
107+
group: Shapes
108+
api_set:
109+
PowerPointApi: '1.8'
92110
- id: powerpoint-shapes-group-ungroup-shapes
93111
name: Group and ungroup shapes
94112
fileName: group-ungroup-shapes.yaml
@@ -98,15 +116,6 @@
98116
group: Shapes
99117
api_set:
100118
PowerPointApi: '1.8'
101-
- id: powerpoint-shapes
102-
name: 'Insert shape, line, and text box'
103-
fileName: shapes.yaml
104-
description: 'Inserts geometric shapes, lines, and text boxes to a slide.'
105-
rawUrl: >-
106-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/powerpoint/shapes/shapes.yaml
107-
group: Shapes
108-
api_set:
109-
PowerPointApi: '1.4'
110119
- id: powerpoint-add-slides
111120
name: Add slides to a presentation
112121
fileName: add-slides.yaml

playlists/powerpoint.yaml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@
7171
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/powerpoint/scenarios/searches-wikipedia-api.yaml
7272
group: Scenarios
7373
api_set: {}
74+
- id: powerpoint-shapes
75+
name: 'Insert shape, line, and text box'
76+
fileName: shapes.yaml
77+
description: 'Inserts geometric shapes, lines, and text boxes to a slide.'
78+
rawUrl: >-
79+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/powerpoint/shapes/shapes.yaml
80+
group: Shapes
81+
api_set:
82+
PowerPointApi: '1.4'
7483
- id: powerpoint-shapes-get-set-shapes
7584
name: 'Get, set, load, and save shapes'
7685
fileName: get-set-shapes.yaml
@@ -89,6 +98,15 @@
8998
group: Shapes
9099
api_set:
91100
PowerPointApi: '1.4'
101+
- id: powerpoint-shapes-add-modify-tables
102+
name: Add and modify tables
103+
fileName: add-modify-tables.yaml
104+
description: Shows how to add and modify tables in a presentation.
105+
rawUrl: >-
106+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/powerpoint/shapes/add-modify-tables.yaml
107+
group: Shapes
108+
api_set:
109+
PowerPointApi: '1.8'
92110
- id: powerpoint-shapes-group-ungroup-shapes
93111
name: Group and ungroup shapes
94112
fileName: group-ungroup-shapes.yaml
@@ -98,15 +116,6 @@
98116
group: Shapes
99117
api_set:
100118
PowerPointApi: '1.8'
101-
- id: powerpoint-shapes
102-
name: 'Insert shape, line, and text box'
103-
fileName: shapes.yaml
104-
description: 'Inserts geometric shapes, lines, and text boxes to a slide.'
105-
rawUrl: >-
106-
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/powerpoint/shapes/shapes.yaml
107-
group: Shapes
108-
api_set:
109-
PowerPointApi: '1.4'
110119
- id: powerpoint-add-slides
111120
name: Add slides to a presentation
112121
fileName: add-slides.yaml

0 commit comments

Comments
 (0)