Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]
(no description)
File Size: | 244 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Border:: (10 methods):
__construct()
getSharedComponent()
getStyleArray()
applyFromArray()
getBorderStyle()
setBorderStyle()
getColor()
setColor()
getHashCode()
exportArray1()
__construct($isSupervisor = false, bool $isConditional = false) X-Ref |
Create a new Border. param: bool $isSupervisor Flag indicating if this is a supervisor or not |
getSharedComponent() X-Ref |
Get the shared style component for the currently active cell in currently active sheet. Only used for style supervisor. return: Border |
getStyleArray($array) X-Ref |
Build style array from subcomponents. param: array $array return: array |
applyFromArray(array $styleArray) X-Ref |
Apply styles from array. <code> $spreadsheet->getActiveSheet()->getStyle('B2')->getBorders()->getTop()->applyFromArray( [ 'borderStyle' => Border::BORDER_DASHDOT, 'color' => [ 'rgb' => '808080' ] ] ); </code> param: array $styleArray Array containing style information return: $this |
getBorderStyle() X-Ref |
Get Border style. return: string |
setBorderStyle($style) X-Ref |
Set Border style. param: bool|string $style return: $this |
getColor() X-Ref |
Get Border Color. return: Color |
setColor(Color $color) X-Ref |
Set Border Color. return: $this |
getHashCode() X-Ref |
Get hash code. return: string Hash code |
exportArray1() X-Ref |
No description |