PHPExcel_Writer_Excel5_Xf
category | PHPExcel |
---|---|
package | PHPExcel_Writer_Excel5 |
copyright | Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) |
__construct(\PHPExcel_Style $style)
setBgColor(int $colorIndex)
access | public |
---|
int
Color index
setBottomColor(int $colorIndex)
access | public |
---|
int
Color index
setDiagColor(int $colorIndex)
access | public |
---|
int
Color index
setFgColor(int $colorIndex)
access | public |
---|
int
Color index
setFontIndex(int $value)
int
Font index, note that value 4 does not exist
setIsStyleXf(boolean $value)
boolean
setLeftColor(int $colorIndex)
access | public |
---|
int
Color index
setNumberFormatIndex(integer $numberFormatIndex)
..
access | public |
---|
integer
Index to format record
setRightColor(int $colorIndex)
access | public |
---|
int
Color index
setTopColor(int $colorIndex)
access | public |
---|
int
Color index
writeXf() : string
string
The XF record_mapBorderStyle(string $borderStyle) : int
string
int
_mapFillType(string $fillType) : int
string
int
_mapHAlign(string $hAlign) : int
string
int
_mapHidden(string $hidden) : int
string
int
_mapLocked(string $locked) : int
string
int
_mapTextRotation(int $textRotation) : int
int
int
_mapVAlign(string $vAlign) : int
string
int
$_bg_color : integer
$_bottom_color : integer
$_fg_color : integer
$_left_color : integer
$_numberFormatIndex : integer
$_right_color : integer
$_text_justlast : integer
$_top_color : integer
$_fontIndex : integer
Index 4 does not exist
$_isStyleXf : boolean
$_mapBorderStyle
static | array of int |
---|
$_mapFillType
static | array of int |
---|
$_mapHAlign
static | array of int |
---|
$_mapVAlign
static | array of int |
---|