Check documentation for the latest version of dhtmlxSuite isItalic DHTMLX Docs

isItalic

Checks whether the italic font is set for the cell.

Return value

  • (boolean) true if the italic font is set for the cell

Example

$cell = new SpreadSheetCell($res, "1","B1", $db_prefix);
$cell->isItalic();

See also: isBold

Back to top