EXCEL_COLOR_TYPE_STANDARD
EXCEL_COLOR_TYPE_STANDARD = 'prstClr'
Created by PhpStorm.
User: Wiktor Trzonkowski Date: 7/2/14 Time: 2:36 PM
setLineStyleProperties(float $line_width = null, string $compound_type = null, string $dash_type = null, string $cap_type = null, string $join_type = null, string $head_arrow_type = null, string $head_arrow_size = null, string $end_arrow_type = null, string $end_arrow_size = null)
Set Line Color Properties
float | $line_width | |
string | $compound_type | |
string | $dash_type | |
string | $cap_type | |
string | $join_type | |
string | $head_arrow_type | |
string | $head_arrow_size | |
string | $end_arrow_type | |
string | $end_arrow_size |
setShadowProperties(integer $sh_presets, string $sh_color_value = null, string $sh_color_type = null, integer $sh_color_alpha = null, string $sh_blur = null, integer $sh_angle = null, float $sh_distance = null)
Set Shadow Properties
integer | $sh_presets | |
string | $sh_color_value | |
string | $sh_color_type | |
integer | $sh_color_alpha | |
string | $sh_blur | |
integer | $sh_angle | |
float | $sh_distance |
activateObject() : \PHPExcel_Chart_GridLines
Change Object State to True
setGlowSize(float $size) : \PHPExcel_Chart_GridLines
Set Glow Size
float | $size |
setGlowColor(string $color, integer $alpha, string $type) : \PHPExcel_Chart_GridLines
Set Glow Color
string | $color | |
integer | $alpha | |
string | $type |
setShadowPresetsProperties(integer $shadow_presets) : \PHPExcel_Chart_GridLines
Set Shadow Presets Properties
integer | $shadow_presets |
setShadowProperiesMapValues(array $properties_map, \* $reference = null) : \PHPExcel_Chart_GridLines
Set Shadow Properties Values
array | $properties_map | |
\* | $reference |
setShadowColor(string $color, integer $alpha, string $type) : \PHPExcel_Chart_GridLines
Set Shadow Color
string | $color | |
integer | $alpha | |
string | $type |
setShadowBlur(float $blur) : \PHPExcel_Chart_GridLines
Set Shadow Blur
float | $blur |
setShadowAngle(integer $angle) : \PHPExcel_Chart_GridLines
Set Shadow Angle
integer | $angle |
setShadowDistance(float $distance) : \PHPExcel_Chart_GridLines
Set Shadow Distance
float | $distance |