Package: mlreportgen.dom
Superclasses:
CSS property object for formatting HTML output
Create a format object that specifies a cascading style sheet (CSS) property and value. Use
the format object with mlreportgen.dom.CSSProperties
to apply CSS
properties to objects for HTML output. For information on CSS properties, see W3Schools.com/cssref/.
Note
Use CSSProperty
objects only for formats
not supported by DOM format object. Most DOM format objects work for
any output type. Using CSSProperty
objects makes
your report application specific to HTML output.
creates
a CSS format property that has the specified name and value.prop
= CSSProperty(Name
,Value
)