When I simply set the following:
[code]$paramsTextTitle = array(
'b' => 'single',
'lineSpacing' => 120
);
$docx->addText("20$year1 - 20$year2", $paramsTextTitle);[/code]
It just decreases the height of the line, it does not adjust the paragraph line spacing.
[img]https://lh4.googleusercontent.com/-MIM2CC6w2mw/TrF2VuhB_JI/AAAAAAAAAEA/Mbn0x90Zrvs/s158/phpdocx-linespacing.jpg[/img]