BaseExtensions can be used to adjust the alignment of a table in Word. In this way, it is possible to move a table to margins of the page.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\26_W_tableAlignment.xml
CMD
<Cmd case="BaseExtensions:change-table-position" title ="xx" position="xx"/>
Parameter
title
Type title of table and the feature will find table by name and change position. If this parameter is not used in the CMD, the feature will find selected table.
position
top
Moves the table to top margin.
bottom
Moves the table to bottom margin.
right
Moves the table to right margin.
left
Moves the table to left margin.
Comments
0 comments
Article is closed for comments.