Skip to content

Commit 5706df4

Browse files
[PowerPoint] Add binding-to-shapes snippet (#980)
* [PowerPoint] Add binding-to-shapes snippet * Apply suggestions from code review Co-authored-by: David Chesnut <davech@microsoft.com> * Updates based on feedback * Add API mappings * Remove API mapping * Update images * Re-add API mapping --------- Co-authored-by: David Chesnut <davech@microsoft.com>
1 parent bbba85e commit 5706df4

File tree

7 files changed

+799
-18
lines changed

7 files changed

+799
-18
lines changed

playlists-prod/powerpoint.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@
107107
group: Shapes
108108
api_set:
109109
PowerPointApi: '1.8'
110+
- id: powerpoint-shapes-binding-to-shapes
111+
name: Binding to shapes
112+
fileName: binding-to-shapes.yaml
113+
description: Shows how to create binding references for images and work with z-order.
114+
rawUrl: >-
115+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/powerpoint/shapes/binding-to-shapes.yaml
116+
group: Shapes
117+
api_set:
118+
PowerPointApi: '1.8'
110119
- id: powerpoint-shapes-group-ungroup-shapes
111120
name: Group and ungroup shapes
112121
fileName: group-ungroup-shapes.yaml

playlists/powerpoint.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@
107107
group: Shapes
108108
api_set:
109109
PowerPointApi: '1.8'
110+
- id: powerpoint-shapes-binding-to-shapes
111+
name: Binding to shapes
112+
fileName: binding-to-shapes.yaml
113+
description: Shows how to create binding references for images and work with z-order.
114+
rawUrl: >-
115+
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/powerpoint/shapes/binding-to-shapes.yaml
116+
group: Shapes
117+
api_set:
118+
PowerPointApi: '1.8'
110119
- id: powerpoint-shapes-group-ungroup-shapes
111120
name: Group and ungroup shapes
112121
fileName: group-ungroup-shapes.yaml

samples/powerpoint/shapes/binding-to-shapes.yaml

Lines changed: 370 additions & 0 deletions
Large diffs are not rendered by default.
479 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)