Defining the Table Cell Properties in a Form File

When the contents of a text table are read from a database, the properties of the table cells can be defined in a form file which defines the listing. You can define cell properties by column by adding the following line in the #SETUP# section of the form file:

table_cells_...= (W... A... C...,W... A... C...|W... A... C...)

Enter the form file section referred to by the definition as the end part of the keyword's name. The section may be one of the following:

You can define the table cell properties as follows:

Separate the cell properties with commas.

| acts as a linefeed if the form file section has multiple lines.

As an example, the contents of the keynote legend form file ./custom/forms/KEYNOTELIST_FORMAT:

#SETUP#
order= KEYNOTE_TYPE KEYNOTE_ID
table_cells_style= convert
table_cells_format= (AL CD,AL CD,AL CD,W2000 AL CR)
table_cells_grid= full
#SETUP#

#FORMAT#
(
KEYNOTE_TYPE A
"¡"
KEYNOTE_TYPEDESC A
"¡"
KEYNOTE_ID A
"¡"
KEYNOTE_DESCR1 A
KEYNOTE_DESCR2 A
KEYNOTE_DESCR3 A
)
#FORMAT#

This definition generates the following table:

Note

Defining the Order of Table Rows in a Form File
Table Cell Grid Definitions in a Form File
Keynote Legend
Adding Document Information to Drawings

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)