Package: mlreportgen.dom
Superclasses:
Draw lines between table columns
Draw lines between table columns.
creates
unspecified column separators.colSepObj
= ColSep()
creates
a column separator of the specified style. colSepObj
= ColSep(style
)
creates
a column separator having the specified style and color. colSepObj
= ColSep(style
,color
)
creates
a column separator having the specified style, color, and width.colSepObj
= ColSep(style
,color
,width
)