\PHPExcel_Writer_Excel5_Font

PHPExcel_Writer_Excel5_Font

Summary

Methods
Properties
Constants
__construct()
setColorIndex()
writeFont()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
_mapBold()
_mapUnderline()
$_colorIndex
$_font
$_mapUnderline
N/A

Properties

$_colorIndex

$_colorIndex : integer

Color index

Type

integer

$_mapUnderline

$_mapUnderline : 

Map of BIFF2-BIFF8 codes for underline styles

Type

Methods

__construct()

__construct(\PHPExcel_Style_Font  $font = null) 

Constructor

Parameters

\PHPExcel_Style_Font $font

setColorIndex()

setColorIndex(integer  $colorIndex) 

Set the color index

Parameters

integer $colorIndex

writeFont()

writeFont() : string

Get font record data

Returns

string

_mapBold()

_mapBold(boolean  $bold) : integer

Map to BIFF5-BIFF8 codes for bold

Parameters

boolean $bold

Returns

integer

_mapUnderline()

_mapUnderline(  $underline) : integer

Map underline

Parameters

$underline

Returns

integer