Making an Underline in PHPPresentation

526 Views Asked by At

How to make an underline in PHPPresentation. I just wanted to make an underline for some of my text.

Can any of you let me know on this

1

There are 1 best solutions below

0
On

Nevermind my earlier comment, it can be done according to the docs.

$element->getFont()->setUnderline(Font::DASHED); // Pick a style

Styles and API are here: https://phpoffice.github.io/PHPPresentation/docs/master/classes/PhpOffice.PhpPresentation.Style.Font.html#method_setUnderline