<w:r> <w:rPr> <w:color w:val="FF0000"/> </w:rPr> <w:t>Red colored text</w:t> </w:r>
Color.configure({ resizable: false, cellMinWidth: 50 })
setColor
// Set to red using hex setColor('#ff0000') // Set using rgb setColor('rgb(255, 0, 0)') // Set using named color setColor('blue')
unsetColor
unsetColor()
ColorValue
Was this page helpful?