I use your API since today.
I would like to center my footer.
[code]// add footer with pager
$footer = 'MON PIED DE PAGE';
$paramsFooter = array(
'pager' => 'true',
'pagerAlignment' => 'center',
);
$docx->addFooter($footer, $paramsFooter);[/code]
The number page is well center, but the Text $footer is still on the left.
If I put on the right, it's the same, the number of page is on the right but the text stay on the left.
Have you a solution ?
Best regards.
Florence.