A set of customization attributes for a calendar date, which can be
used to control the look of the Calendar object.
| Method Summary |
| CalendarDateAttr |
__init__(self,
colText,
colBack,
colBorder,
font,
border)
Create a CalendarDateAttr. |
| |
__repr__(self)
|
| Colour |
GetBackgroundColour(self)
|
| int |
GetBorder(self)
|
| Colour |
GetBorderColour(self)
|
| Font |
GetFont(self)
|
| Colour |
GetTextColour(self)
|
| bool |
HasBackgroundColour(self)
|
| bool |
HasBorder(self)
|
| bool |
HasBorderColour(self)
|
| bool |
HasFont(self)
|
| bool |
HasTextColour(self)
|
| bool |
IsHoliday(self)
|
| |
SetBackgroundColour(self,
colBack)
|
| |
SetBorder(self,
border)
|
| |
SetBorderColour(self,
col)
|
| |
SetFont(self,
font)
|
| |
SetHoliday(self,
holiday)
|
| |
SetTextColour(self,
colText)
|