ooodev.format.inner.direct.chart2.axis.label.text_flow module

class ooodev.format.inner.direct.chart2.axis.label.text_flow.TextFlow(overlap=None, brk=None)[source]

Bases: StyleBase

Chart Axis Label Text Flow.

New in version 0.9.4.

__init__(overlap=None, brk=None)[source]

Constructor

Parameters:
  • overlap (bool, optional) – Specifies that the text in cells may overlap other cells. This can be especially useful if there is a lack of space. This option is not available with different title directions.

  • break (bool, optional) – Specifies if a text break is allowed.

  • brk (bool | None) –

Return type:

None

property prop_brk: bool | None

Gets or Sets if a text break is allowed.

Return type:

bool | None

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property prop_overlap: bool | None

Gets or Sets if the text in cells may overlap other cells.

Return type:

bool | None