ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (PHPExcel_Style_Font $font=null) | |
Constructor. | |
setColorIndex ($colorIndex) | |
Set the color index. | |
writeFont () | |
Get font record data. | |
setBIFFVersion ($BIFFVersion) | |
Set BIFF version. |
Private Member Functions | |
_mapBold ($bold) | |
Map to BIFF5-BIFF8 codes for bold. | |
_mapUnderline ($underline) | |
Map underline. |
Private Attributes | |
$_BIFFVersion | |
$_colorIndex | |
$_font |
PHPExcel_Writer_Excel5_Font::__construct | ( | PHPExcel_Style_Font | $font = null | ) |
Constructor.
PHPExcel_Style_Font | $font |
Definition at line 79 of file Font.php.
|
private |
Map to BIFF5-BIFF8 codes for bold.
boolean | $bold |
Definition at line 184 of file Font.php.
Referenced by writeFont().
|
private |
Map underline.
string |
Definition at line 197 of file Font.php.
References PHPExcel_Style_Font\UNDERLINE_DOUBLE, PHPExcel_Style_Font\UNDERLINE_DOUBLEACCOUNTING, PHPExcel_Style_Font\UNDERLINE_NONE, PHPExcel_Style_Font\UNDERLINE_SINGLE, and PHPExcel_Style_Font\UNDERLINE_SINGLEACCOUNTING.
Referenced by writeFont().
PHPExcel_Writer_Excel5_Font::setBIFFVersion | ( | $BIFFVersion | ) |
Set BIFF version.
int | $BIFFVersion |
Definition at line 173 of file Font.php.
Referenced by PHPExcel_Writer_Excel5_Workbook\addXfWriter().
PHPExcel_Writer_Excel5_Font::setColorIndex | ( | $colorIndex | ) |
PHPExcel_Writer_Excel5_Font::writeFont | ( | ) |
Get font record data.
Definition at line 101 of file Font.php.
References $_colorIndex, $data, _mapBold(), _mapUnderline(), elseif(), PHPExcel_Shared_Font\getCharsetFromFontName(), and PHPExcel_Shared_String\UTF8toBIFF8UnicodeShort().
|
private |
Definition at line 65 of file Font.php.
Referenced by writeFont().