-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't align center vertically with the text #672
Comments
Is the image itself not too high? EDIT: I mean, as in it not fitting exactly around the text and including white (or invisible) pixels at the bottom of the image. |
I'm interested into this too. Actually phpword support this? |
indeed, this does not seem to be implemented. <w:sectPr>
<w:vAlign w:val="center"/>
</w:sectPr> |
Hi, How we we add this in the Section.php File THIS IS FROM THE FILES: And which tag will be used to set the value dynamically. |
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.
The text was updated successfully, but these errors were encountered: