Defines the style of a particular table cell. Characteristics are:
right border, left border, top border, bottom border, and padding.
|
|
|
set_padding(self,
val)
Return the cell padding in centimeters |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
get_padding(self)
Return the cell padding in centimeters |
source code
|
|
|
get_right_border(self)
Return 1 if a right border is requested |
source code
|
|
|
get_left_border(self)
Return 1 if a left border is requested |
source code
|
|
|
get_top_border(self)
Return 1 if a top border is requested |
source code
|
|
|
get_bottom_border(self)
Return 1 if a bottom border is requested |
source code
|
|
|
|