Is there a way to add a text background color to a Paragraph or TextRun.
Like we can do with tables:
table.getCell(0, 0).setShading({
fill: "42c5f4",
color: "auto",
})
coming soon!
I am working on that piece now
This would be a great addon, started looking at this module and this would get me round the problems I am having.
Is there a way to do this in the mean time?
Nope, no way at the moment, essentially its implementing this:
http://officeopenxml.com/WPtextShading.php
which is no where in the codebase so far
@dolanmiu Any update on this?
Most helpful comment
coming soon!
I am working on that piece now