{>} | Moves over to the next cell. |
{<} | Moves over to the next line (see it as a carriage return). |
{SC} | Formats the cell as a column heading (the text is centered in the cell by defaut and the .COLONNE style is applied). To change the justification, add the appropriate justification instruction (see below). |
{SL} | Formats the cell as a row heading (the text is left-justified in the cell by defaut and the .LIGNE style is applied). To change the justification, add the appropriate justification instruction (see below). |
{SS} | Formats the cell as a SPECIAL value (see the definition of question tables). |
{C} | Centers the text in the cell. |
{L} | Left-justifies the text in the cell. |
{R} | Right-justifies the text in the cell. |
{T} | Locates the text at the top of the cell. |
{B} | Locates the text at the bottom of the cell. |
{M} | Locates the text in the middle of the cell. |
{E} | Formats the text with the ERREUR style. |
{NW} | Avoids text wrapping within the cell. |
{number} | Spans the content of the cell over "number" columns; if "number" is 0, the cell spans the entire table; if it is negative, it spans over the number of columns in the table minus "number". |
{Rnumber} | Spans the content of the cell over "number" rows. Rows affected by a rowspan cannot include negative colspan values. |
{TC} | In the first cell of the table, centers the table horizontally in the page. |