ooodev.format.inner.direct.chart2.title.borders.line_properties module

class ooodev.format.inner.direct.chart2.title.borders.line_properties.LineProperties(style=BorderLineKind.CONTINUOUS, color=0, width=0, transparency=0)[source]

Bases: LineProperties

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

__init__(style=BorderLineKind.CONTINUOUS, color=0, width=0, transparency=0)[source]

Constructor.

Parameters:
  • style (BorderLineKind) – Line style. Defaults to BorderLineKind.CONTINUOUS.

  • color (Color, optional) – Line Color. Defaults to Color(0).

  • width (float | UnitT, optional) – Line Width (in mm units) or Class UnitT. Defaults to 0.

  • transparency (int | Intensity, optional) – Line transparency from 0 to 100. Defaults to 0.

Return type:

None