User`s guide

mlreportgen.dom.FormalTable class
12-131
Output Arguments
formalTableObj — Formal table
mlreportgen.dom.FormalTable object
Formal table, represented by an mlreportgen.dom.FormalTable object.
Properties
BackgroundColor — Background color
string
Specify one of these as a string:
The name of a color. The name must be a CSS color name. See http://
www.crockford.com/wrrrld/color.html.
A hexadecimal RGB (truecolor) value as #RRGGBB. For example, #0000ff is a shade
of blue.
Body — Table body
mlreportgen.dom.TableBody object
The table constructor creates a table body object and assigns it to this property when the
formal table is constructed. You cannot subsequently set this property. However, you can
append content to the table body and set its properties via this property.
Border — Type of border to draw
string
Specify one of the following as a string.
Border String Description Supported Output Types
dashed Dashed line Word and HTML
dashdotstroked Line with alternating
diagonal dashes and dot
Word
dashsmallgap Dashed line with a small
gap between dashes
Word
dotted Dotted line Word and HTML