fontBold

Type: Boolean

Availability: Read or write at any time

The fontBold property of the JadeTableElement class specifies whether the font style of text in a table element is bold. For a description of this property, see the Control class fontBold property.

The code fragment in the following example shows the use of the fontBold property.

table1.accessCell(2, 3).fontBold := true;