Skip to content
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

After setting lineHeight, how to make the text vertically centered? #1348

Closed
HuPengCheng1994 opened this issue Apr 14, 2018 · 3 comments
Closed

Comments

@HuPengCheng1994
Copy link

After setting lineHeight, how to make the text vertically centered?

@troosan
Copy link
Contributor

troosan commented Apr 14, 2018

You'll need to set the same spacing before and after (spaceBefore and spaceAfter)

@HuPengCheng1994
Copy link
Author

HuPengCheng1994 commented Apr 18, 2018

set number has no effect
$section->addText("PHPWord is a library written in pure PHP that provides a set of classes to write to and read from different document file formats",['size'=>18],['spaceBefore ' => 200,'spaceAfter'=>200]);

@troosan
Copy link
Contributor

troosan commented Apr 18, 2018

you put a space after spaceBefore ...

$section->addText('Vertically centered text', array('size'=>18), array('lineHeigth' => 600,'spaceBefore' => 200,'spaceAfter'=>200));

@troosan troosan closed this as completed Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants