Format::setItalic
Format::setItalic – Sets the font style as italic
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
void Format::setItalic (
)
Описание
Sets the font style as italic
Замечание
This function can not be called statically.
Пример
Using setItalic()
<?php
?>