defrow

Build 1501 on 14/Nov/2017  This topic last edited on: 24/Oct/2016, at 14:39

Description

This tag defines a tabulation row.

It handles odd and even rows, first row and last row. To fill rows, add >defcell..< immediately after relative >defrow..< tags ,e.g. >defrow -2...<>defcell...(fill for first row)<>defrow 0...<>defcell...(fill for odd rows)<>defrow -1...<>defcell...(fill for even rows)<>defrow -3...<>defcell...(fill for last row)<

Parameters and typographical expressions

1.ordinal number of row. If 0 it applies on all the rows;

>defrow 0,....< properties for "all" or "odd" rows

>defrow -1,....< properties for "even" rows

>defrow -2,....< properties for "first" row

>defrow -3,....< properties for "last" row

2.maximum space to be added in alignment above line of tabulation, e.g. 0 or InfC or 3pt;

3.maximum space to subtract in alignment above line of tabulation, e.g. 0 or InfC or 3pt;

4.weight rule below line of tabulation, e.g. 0.5pt;

5.color string for the vertical rules, e.g. K or !Light Blue!. Note: if the color name is more than one word, embed the color name in quotes or exclamation marks; when adding quick colors, double the # sign, e.g. >co !##c20m20y0k10!<

6.tint value for the vertical rules, e.g. 100.

7.rounding step for the row height; 0 disable rounding;

8.Name of the dash, e.g. Dots or !Double 1!. If empty, standard default rule is used.

Tag Effects

Effects are visible in the WYSIWYG pane of the Articles main tab or on a page on the Pages main tab. However, because this tag may change the way how the text lines are justified, its effect is indirectly visible in the source pane of the Articles or Pages main tab.

Type and scope

Should be inserted only at the beginning of the paragraph, after or before other tags, but before any printable character. Local for the paragraph where is inserted, therefore effects cease on the end of that paragraph. Cannot be globalized.

Click to toggle expandExamples