Package: mlreportgen.dom
Superclasses:
Border properties of object
Specifies the border properties of an object.
creates
an unspecified border.borderObj
= Border()
creates
a border having the specified style. borderObj
= Border(style
)
creates
a border having the specified style and color. borderObj
= Border(style
,color
)
creates
a border having the specified style, color, and width. borderObj
= Border(style
,color
,width
)