Format::setBold

Format::setBold -- Sets the boldness of the text.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setBold ([integer $weight=1])

Opis

Sets the boldness of the text. Bold has a range 100..1000. 0 (400) is normal. 1 (700) is bold.

Parametr

Uwagi

Ta funkcja nie może być wywołana statycznie.

Przykład