|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for PHPExcel_Writer_Excel5_Font: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 64 of file Font.php.
|
private |
Map to BIFF5-BIFF8 codes for bold.
| boolean | $bold |
Definition at line 169 of file Font.php.
Referenced by writeFont().
Here is the caller graph for this function:
|
private |
Map underline.
| string |
Definition at line 182 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().
Here is the caller graph for this function:| PHPExcel_Writer_Excel5_Font::setBIFFVersion | ( | $BIFFVersion | ) |
Set BIFF version.
| int | $BIFFVersion |
Definition at line 158 of file Font.php.
Referenced by PHPExcel_Writer_Excel5_Workbook\addXfWriter().
Here is the caller graph for this function:| PHPExcel_Writer_Excel5_Font::setColorIndex | ( | $colorIndex | ) |
| PHPExcel_Writer_Excel5_Font::writeFont | ( | ) |
Get font record data.
Definition at line 86 of file Font.php.
References $_colorIndex, $data, _mapBold(), _mapUnderline(), PHPExcel_Shared_Font\getCharsetFromFontName(), and PHPExcel_Shared_String\UTF8toBIFF8UnicodeShort().
Here is the call graph for this function:
|
private |
Definition at line 50 of file Font.php.
Referenced by writeFont().