I am trying to add pager and what ever I write as a pager "alignment" it is always in the left corner.
$paramsFooter = array(
'font' => 'Times New Roman',
'pager'=>true,
'pagerAlignment'=>'right'
);
$docx->addFooter('Footer. Times New Roman font', $paramsFooter);
Is there anything that I missed?