ooodev.format.draw.direct.line.corner_caps module

class ooodev.format.draw.direct.line.corner_caps.CornerCaps(corner_style=LineJoint.ROUND, cap_style=LineCap.BUTT)[source]

Bases: CornerCaps

This class represents the line properties of a chart borders line properties.

New in version 0.17.4.

__init__(corner_style=LineJoint.ROUND, cap_style=LineCap.BUTT)[source]

Constructor.

Parameters:
  • corner_style (LineJoint, optional) – Corner style. Defaults to LineJoint.ROUND.

  • cap_style (LineCap, optional) – Cap style. Defaults to LineCap.BUTT.

Return type:

None