Todo List
Implements interfaces:
PHPExcel_Style_Font __construct( [boolean $isSupervisor = false], [boolean $isConditional = false])
PHPExcel_Style_Font applyFromArray( [array $pStyles = null])
PHPExcel_Style_Font bindParent( PHPExcel_Style $parent)
string getActiveCell( )
Only used for supervisor
PHPExcel_Worksheet getActiveSheet( )
boolean getBold( )
PHPExcel_Style_Color getColor( )
string getHashCode( )
boolean getIsSupervisor( )
boolean getItalic( )
string getName( )
string getSelectedCells( )
PHPExcel_Style_Font getSharedComponent( )
Only used for style supervisor
double getSize( )
boolean getStrikethrough( )
boolean getStriketrough( )
array getStyleArray( array $array)
boolean getSubScript( )
boolean getSuperScript( )
string getUnderline( )
PHPExcel_Style_Font setBold( [boolean $pValue = false])
PHPExcel_Style_Font setColor( [PHPExcel_Style_Color $pValue = null])
PHPExcel_Style_Font setItalic( [boolean $pValue = false])
PHPExcel_Style_Font setName( [string $pValue = 'Calibri'])
PHPExcel_Style_Font setSize( [double $pValue = 10])
PHPExcel_Style_Font setStrikethrough( [boolean $pValue = false])
PHPExcel_Style_Font setStriketrough( [boolean $pValue = false])
PHPExcel_Style_Font setSubScript( [boolean $pValue = false])
PHPExcel_Style_Font setSuperScript( [boolean $pValue = false])
PHPExcel_Style_Font setUnderline( [string|boolean $pValue = self::UNDERLINE_NONE])
void __clone( )
[line 40]
[line 41]
[line 39]
[line 42]
[line 43]