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