BaseExtensions can be used to do an advanced paste. In this way, whatever is on the clipboard is pasted into the active document in Word and changed from one style to another. This feature is designed for custom styles, and not built-in ones.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\75_W_advancedPaste.xml
CMD
<Cmd case="BaseExtensions:advanced-paste">
<remap from="x" to="y"/>
</Cmd>
As seen above, this command has a child element in which the parameters must be defined.
Parameters
from
Define name of style that the command should change from.
to
Define name of style that the command should change to.
Comments
0 comments
Article is closed for comments.