I used phpword plugin to create word files in my project ,but I have a problem that the paragraph didn't align center ,for example :

But I want like this :

My codes:
$textrun = $section->createTextRun(array('widowControl'=>'true'));
$textrun->addText('There is a',array('size'=>13));
$textrun->addImage('563803062838d1446511366.gif');
$textrun->addText('whick is a',array('size'=>13));
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.