Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Overlay item for all slides in PowerPoint

I want to make a PowerPoint add-in to show some small html+css component on each slide, and not by adding add-in every time I'm adding a new slide. What should I look for and could it be done with some office add-ins and commands APIs?

like image 364
Victor Suzdalev Avatar asked Dec 17 '25 11:12

Victor Suzdalev


1 Answers

In PowerPoint, the way to add content that's repeated on every slide is called Slide Master (View > Slide Master). Unfortunately, content add-ins in the Slide Master view show only the static image of the add-in, not live HTML+CSS. So there's no way to put live HTML+CSS on every slide with a single operation, but if all the user needs is the image of the content, it will work.

Note that the user can actually insert copies of the same content add-in quickly to multiple slides with copy+paste, and keyboard shortcuts can make it quick.

Another alternative is to consider whether a task pane add-in could achieve your goal. If the content doesn't need to be visible during slide shows, you'll be able to see it on the task pane for every slide.

like image 138
Michael Saunders Avatar answered Dec 20 '25 08:12

Michael Saunders



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!