fontItalic

Type: Boolean

Availability: Read or write at any time

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

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

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