| Format::setShadow | Format::setFontFamily |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
void Format::setScript (
integer $script
)
Sets the script type of the text
integer $script - The value for script type. Possible values are 1 => superscript, 2 => subscript.
This function can not be called statically.
Using setScript()
|
| Format::setShadow | Format::setFontFamily |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |