I would like to align a text with phpWord as follows:
$doc->addText('Meu texto justificado', array('size' => 9), array('align' => 'justify'
)
But it does not align the text, I saw that instead of justify
I can use both
but also did not get the justified result. Align left and right work. Is there no way to justify a text in phpWord?