Border module
- class Border.Border
Bases:
AttrCollectionRepresents a border.
- property BorderType: BorderStyle
Gets the style of the border.
- property Color: Color
Gets the color of the border.
- InitFormatting(color: Color, lineWidth: float, borderType: BorderStyle, shadow: bool)
Initializes the border style.
- property IsDefault: bool
Gets a value indicating whether the format is default.
- property LineWidth: float
Gets the width of the border.
- property Shadow: bool
Gets a value indicating whether the border should be drawn with shadow.
- property Space: float
Gets the width of space to maintain between the border and text within the border.