mlreportgen.dom.CSSProperties class
Package: mlreportgen.dom
Superclasses:
Array of CSS properties for formatting HTML output
Description
Creates an object that contains one or more cascading style sheet (CSS) formats for HTML
output. Specify the formats using mlreportgen.dom.CSSProperty
. For information on CSS properties, see W3Schools.com/cssref.
Note
Use CSSProperty
objects only for formats
not supported by DOM format objects. Most DOM format objects work
for any output type. Using CSSProperty
objects
makes your report application specific to HTML output.
Construction
creates
a props
= CSSProperties(prop
)CSSProperties
object based on mlreportgen.dom.CSSProperty
objects.
The mlreportgen.dom.CSSProperty
object specifies
the CSS format and value.