DataHubTable Fonts

DataHubTable Fonts — specify the fonts for a table cell.

Description

The font for a cell is specified separately from the position and content. Each font specification is matched to the cell specification using the cell number. That is, if the cell PARAM name is cell14 then the corresponding font specification will be font14. If a cell does not have a font specification then the default Java font is used.

A font specification consists of a delimited string with the following arguments:

Argument

ArgumentTypeDefaultDescription
fontnamestringrequiredThe name of the font, logical font, or font face. Uses the Java font names to resolve the font.
fontstylestringrequiredOne of normal, bold, italic or bolditalic.
fontsizenumberrequiredThe point size of the font.

Example

<PARAM NAME="font1" VALUE="Helvetica;bold;16">