|
@@ 794-794 (lines=1) @@
|
| 791 |
|
} |
| 792 |
|
} |
| 793 |
|
$this->_duplicateBorder($val); |
| 794 |
|
if ($val[0]) { |
| 795 |
|
$this->value['border']['t']['type'] = $val[0]; |
| 796 |
|
} |
| 797 |
|
if ($val[1]) { |
|
@@ 896-896 (lines=1) @@
|
| 893 |
|
$val[$valK] = $this->convertToMM($valV, 0); |
| 894 |
|
} |
| 895 |
|
$this->_duplicateBorder($val); |
| 896 |
|
if ($val[0]) $this->value['border']['t']['width'] = $val[0]; |
| 897 |
|
if ($val[1]) $this->value['border']['r']['width'] = $val[1]; |
| 898 |
|
if ($val[2]) $this->value['border']['b']['width'] = $val[2]; |
| 899 |
|
if ($val[3]) $this->value['border']['l']['width'] = $val[3]; |