Forum


Replies: 5   Views: 3734
Highlight - background color issue
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by WEBNET2014  · 12-03-2015 - 15:01

Hello, I'm using the following code to highlight some text : $docx->addText( array( array( 'text' => $text, 'highlightColor' => 'yellow' ) ) ); But in the doc rendered, it changes the background color properties of the text and not the highlight one. Is it possible to provide me a fix for this problem? I'm using phpdocx 4.3 PRO Regards