Document or Section Background-color support?
See original GitHub issueIn microsoft word it is posible to set background colors other than white. Is it posible with this library too?
Buy the way, there is a non working example in the docs: In ‘Styling with JS -> Declaritive Styles (similar to external CSS)’
color: "999999",
{
type: UnderlineType.DOUBLE,
color: "FF0000",
},
maybee with underline?
color: "999999",
underline:
{
type: UnderlineType.DOUBLE,
color: "FF0000",
},
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Add, change, or delete the background color in Word
Add or Change the background of a document with pre-selected or custom colors, fill effects like gradient, texture, or patters, or use a...
Read more >Document.bgColor - Web APIs | MDN
The deprecated bgColor property gets or sets the background color of the current document. Value. A string representing the color as a word...
Read more >Change document background - Workiva Support
You can choose a default background color for the entire document and change the color or image for the background of individual sections....
Read more >Add a background color to text in Pages for iCloud
If you print your document or download it as a PDF, the background color is visible in the printed copy or PDF. One...
Read more >HTML DOM Style backgroundColor Property - W3Schools
Style backgroundColor Property ; Set a background color for a document: · body. ; Set a background color of a specific <div> element:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry for being not explicit enough, I’d like to change the background of the whole document or a section, not just a single word. Like it is possible with “Microsoft word”
Thanks
Typo fixed