BaseExtensions can be used to set an image as background on active slide in PowerPoint. There are two options: 1) it is possible to insert an image from folder and then set it as background. In this way, we do not touch custom layout, and 2) it is possible to select an image on slide and set it as background.
These two solutions are gathered in one menu in a module located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\43_P_setImageAsSlideBackground.xml
CMD 1: <Cmd case="BaseExtensions:set-image-as-background"/>
Description: User will be prompt with the ability to select an image from folder to be inserted as background.
CMD 2: <Cmd case="BaseExtensions:set-selected-image-as-background"/>
Description: User is able to set an existing image at a slide as the background.
Comments
0 comments
Article is closed for comments.