Main Content
mlreportgen.dom.BackgroundColor Class
Namespace: mlreportgen.dom
Background color of document element
Description
Specifies the background color of a document element
The mlreportgen.dom.BackgroundColor
class is a handle
class.
Creation
Description
creates a white background.backgroundColorObj
= BackgroundColor
creates a background color object based on the specified CSS color
name.backgroundColorObj
= BackgroundColor(colorName
)
creates a background color object using the hexadecimal RGB color
value.backgroundColorObj
= BackgroundColor(rgbValue
)
Input Arguments
Properties
Examples
Version History
Introduced in R2014b