User`s guide

mlreportgen.dom.RowSep class
12-261
mlreportgen.dom.RowSep class
Package: mlreportgen.dom
Draw lines between table rows
Description
Draw lines (separators) between table rows.
Construction
rowSepObj = RowSep() creates unspecified row separators.
rowSepObj = RowSep(style) creates a row separator of the specified style.
rowSepObj = RowSep(style,color) creates a row separator having the specified
style and color.
rowSepObj = RowSep(style,color,width) creates a row separator having the
specified style, color, and width.
Input Arguments
style — Line style of table row separator
string
Line style of the table row separator, specified as a string.
Applies ToString
Word HTML
'dashed' X X
'dashdotstroked' X
'dashsmallgap' X
'dotted' X X