User`s guide
12 Classes – Alphabetical List
12-26
mlreportgen.dom.BorderCollapse class
Package: mlreportgen.dom
Collapse HTML table borders
Description
Specifies whether to collapse table borders. This applies only to HTML tables.
Construction
borderCollapseObj = BorderCollapse() creates an unspecified format. Nothing is
inserted in the generated table markup.
borderCollapseObj = BorderCollapse(value) creates a border collapse object
having the specified value.
Input Arguments
value — Specify whether to collapse border
string
String specifying to collapse table borders ('on') or to leave table and adjacent cell
borders separate ('off').
Output Arguments
borderCollapseObj — Specify whether to collapse table borders
mlreportgen.dom.BorderCollapse object
Specify whether to collapse table borders, represented by an
mlreportgen.dom.BorderCollapse object.
Properties
Id — ID for document element
string