Package: mlreportgen.dom
Superclasses:
Background color of document element
Specifies the background color of a document element
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
)