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
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
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