Extended the docblock of Style::applyFromArray with example for alignment styling
This commit is contained in:
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
|
||||
* ]
|
||||
* );
|
||||
|
|
Loading…
Reference in New Issue