Format::setItalic
Format::setItalic -- Sets the font style as italic
Synopsis
require_once "Spreadsheet/Excel/Writer.php"; |
void Format::setItalic ()
Description
Sets the font style as italic
Note
This function can not be called
statically.
Example
Example 43-1. Using setItalic() |