mlreportgen.dom.CSSProperty Class
Namespace: mlreportgen.dom
CSS property object for formatting HTML output
Description
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 CSS
Reference.
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.
The mlreportgen.dom.CSSProperty
class is a handle
class.
Creation
Description
Input Arguments
Properties
Examples
Version History
Introduced in R2016a