With BaseExtensions, we are able to either add or remove a bullet in PowerPoint.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\55_P_addRemoveBullet.xml
CMD
<Cmd case="BaseExtensions:add-remove-bullet" state="x" style="x" level="x"/>
Parameters
state
Type add
or remove
to indicate whether the button should add a specific type of bullet to selected text or just remove any kind of bullet from selected text.
style
Define what type of bullet to be added. This can be built in styles or types for bullets.
level
Define the indentation level which can be an integer from 1 to 5, where 1 is no indentation at all.
Notice that style
and level
has no effect when removing a bullet. Therefore, leave these parameters empty when creating a button that removes a bullet.
Comments
0 comments
Article is closed for comments.