This is a class which holds information about a single cell border, in terms of its location (top, left, bottom, right, diagonal), its colour, width and shape.
__init__ |
Default class constructor. |
Draw |
Actually draws the cell border. |
DrawBorder |
Actually draws the cell border (one of left, right, bottom, top). |
DrawDiagonals |
Actually draws the cell diagonal border. |
XLSBorder
(object)¶This is a class which holds information about a single cell border, in terms of its location (top, left, bottom, right, diagonal), its colour, width and shape.
__init__
(self, location, line_style, border_colour, default_colour, diagonals)¶Default class constructor.
Parameters: |
|
---|
Draw
(self, dc, rect)¶Actually draws the cell border.
Parameters: |
---|
DrawBorder
(self, dc, rect)¶Actually draws the cell border (one of left, right, bottom, top).
Parameters: |
---|