This feature is a tool for inserting rows and columns in a table. Rows can be inserted above or below, while columns can be inserted left or right.
CMD
<Cmd case="BaseExtensions:InsertSpacerRowColumn"/>
Parameters
type
Define whether the command should insert a Row
or Column
.
insertBefore
If this parameter is set to be true
, the command will insert a row above and a column left. If a row should be inserted below and a column right, define this parameter to be false
.
singleWeight
Define the width/height of the spacer in points, e.g. 2.16
.
singleWeightTolerance
Define the tolerance for inserting "double border". If the row/column after is within the tolerance of the single weight, it will make it double border. The tolerance should be at least 0.5 in points.
doubleBorderBetweenWeight
Define the weight of the border in points, e.g. 0.75
.
Comments
0 comments
Article is closed for comments.