Border style properties

The border style properties control the style of the borders for the report object.

See Modify an object's borders, margins, or padding for illustrations.

borderStyle
Sets the style for all an object's borders. Can be overridden by specific borderSyle properties.

Type: Enum, choices are: none, solid, dotted, dashed, groove, ridge, inset, outset, double. Default is none.

borderRightStyle
Sets the style for an object's right border. Can override the borderStyle property.

Type: Enum, choices are: solid, dotted, dashed, groove, ridge, inset, outset, double.

borderBottomStyle
Sets the style for an object's bottom border. Can override the borderStyle property.

Type: Enum, choices are: solid, dotted, dashed, groove, ridge, inset, outset, double.

borderLeftStyle
Sets the style for an object's left border. Can override the borderStyle property.

Type: Enum, choices are: solid, dotted, dashed, groove, ridge, inset, outset, double.

borderTopStyle
Sets the style for an object's top border. Can override the borderStyle property.

Type: Enum, choices are: solid, dotted, dashed, groove, ridge, inset, outset, double.

roundedCorners
Specifies that the object's border corners will be round. This applies to the border styles solid, dashed, and double only.

Type: Boolean. Valid choices are True, False. The default value is False.