BaseExtensions can be used to insert a shape of specified dimensions, type, and color at current selection in Word.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\16_W_insertSpecifiedShape.xml
CMD
<Cmd case="BaseExtensions:insert-shape" width="xx" height="xx" word-shape-type="xx" color="xx"/>
Parameters
width
Type width of inserted shape in points.
height
Type height of inserted shape in points.
word-shape-type
Type member name of shape inserted from this list.
color
Type the color of the shape using RGB, e.g. "244,188,66".
Comments
0 comments
Article is closed for comments.