BaseExtensions can be used to either select or delete a bookmark by its name in Word. We have one command, and whether it should select or delete is determined by a parameter.
Module is located here:
...\ModuleLibrary\BaseExtensions\04_nocontext_MISC\18_W_selectDeleteBookmark.xml
CMD
<Cmd case="BaseExtensions:select-delete-bookmark" BookmarkName="x" Delete="x"/>
Parameters
BookmarkName
Define the name of the certain bookmark.
Delete
Define whether the bookmark should be deleted. If this parameter is defined to be true
, the specified bookmark will be both selected and deleted. If it is defined to be false
, it will only select the bookmark.
Comments
0 comments
Article is closed for comments.