We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6d28b commit 3eead1fCopy full SHA for 3eead1f
samples/powerpoint/preview-apis/tags.yaml
@@ -34,15 +34,6 @@ script:
34
});
35
}
36
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
46
function getSelectedSlideIndex() {
47
// Wrap a call of one of the Common APIs in a Promise-returning
48
// function, so that it can be easily called within a run() method
snippet-extractor-metadata/powerpoint.xlsx
257 Bytes
0 commit comments