Add background color support for text boxes for Word writer
This commit is contained in:
parent
1dc3dc6ce5
commit
25575c80ca
@ -50,6 +50,9 @@ class TextBox extends Image
|
|||||||
$xmlWriter->startElement('v:shape');
|
$xmlWriter->startElement('v:shape');
|
||||||
$xmlWriter->writeAttribute('type', '#_x0000_t0202');
|
$xmlWriter->writeAttribute('type', '#_x0000_t0202');
|
||||||
|
|
||||||
|
if ($style->getBgColor()) {
|
||||||
|
$xmlWriter->writeAttribute('fillcolor', $style->getBgColor());
|
||||||
|
}
|
||||||
$styleWriter->write();
|
$styleWriter->write();
|
||||||
$styleWriter->writeBorder();
|
$styleWriter->writeBorder();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user