\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 : int

Color index

Type

int

$_mapUnderline

$_mapUnderline

Map of BIFF2-BIFF8 codes for underline styles

Methods

__construct()

__construct(\PHPExcel_Style_Font  $font = null) : mixed

Constructor

Parameters

\PHPExcel_Style_Font $font

Returns

mixed —

setColorIndex()

setColorIndex(int  $colorIndex) : mixed

Set the color index

Parameters

int $colorIndex

Returns

mixed —

writeFont()

writeFont() : string

Get font record data

Returns

string —

_mapBold()

_mapBold(bool  $bold) : int

Map to BIFF5-BIFF8 codes for bold

Parameters

bool $bold

Returns

int —

_mapUnderline()

_mapUnderline(mixed  $underline) : int

Map underline

Parameters

mixed $underline

Returns

int —