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) : void
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(int $sh_presets, string $sh_color_value = null, string $sh_color_type = null, int $sh_color_alpha = null, string $sh_blur = null, int $sh_angle = null, float $sh_distance = null) : void
Set Shadow Properties.
int | $sh_presets | |
string | $sh_color_value | |
string | $sh_color_type | |
int | $sh_color_alpha | |
string | $sh_blur | |
int | $sh_angle | |
float | $sh_distance |