User`s guide
mlreportgen.dom.TableBody class
12-281
mlreportgen.dom.TableBody class
Package: mlreportgen.dom
Body of formal table
Description
Specifies the body of a formal table
Construction
tableBodyObj = TableBody() creates an empty table body.
Output Arguments
tableBodyObj — Formal table body
mlreportgen.dom.TableBody object
Formal table body, represented by an mlreportgen.dom.TableBody object.
Properties
Children — Children of this document
cell array of mlreportgen.dom.Element objects
This read-only property lists child elements that the document element contains.
ColSep — Style of line separating columns
string
The style the line separating the columns of a table or table section (header, body, footer),
as specified by a mlreportgen.dom.ColSep object.
See the description of the Border property for a description of the possible values.