Skip to content

Commit 3eead1f

Browse files
committed
update PowerPoint API spreadsheet
1 parent 9d6d28b commit 3eead1f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

samples/powerpoint/preview-apis/tags.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ script:
3434
});
3535
}
3636
37-
async function deleteTag() {
38-
await PowerPoint.run(async function (context) {
39-
const slide = context.presentation.slides.getItemAt(0);
40-
slide.tags.items[0].delete();
41-
42-
await context.sync();
43-
});
44-
}
45-
4637
function getSelectedSlideIndex() {
4738
// Wrap a call of one of the Common APIs in a Promise-returning
4839
// function, so that it can be easily called within a run() method
257 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)