Package: mlreportgen.dom
Superclasses:
Draw lines between table rows
Draw lines (separators) between table rows.
creates
unspecified row separators.rowSepObj
= RowSep()
creates
a row separator of the specified style. rowSepObj
= RowSep(style
)
creates
a row separator having the specified style and color. rowSepObj
= RowSep(style
,color
)
creates
a row separator having the specified style, color, and width.rowSepObj
= RowSep(style
,color
,width
)