mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-11 18:46:49 +00:00
Extended the docblock of Style::applyFromArray with example for alignment styling
This commit is contained in:
committed by
Adrien Crivelli
parent
942a78a0a0
commit
f0e69408ca
@@ -176,6 +176,11 @@ class Style extends Supervisor
|
||||
* ]
|
||||
* ]
|
||||
* ],
|
||||
* 'alignment' => [
|
||||
* 'horizontal' => Alignment::HORIZONTAL_CENTER,
|
||||
* 'vertical' => Alignment::VERTICAL_CENTER,
|
||||
* 'wrapText' => true,
|
||||
* ],
|
||||
* 'quotePrefix' => true
|
||||
* ]
|
||||
* );
|
||||
|
||||
Reference in New Issue
Block a user