ooodev.format.draw.direct.para.indent_spacing.indent module

class ooodev.format.draw.direct.para.indent_spacing.indent.Indent(*, before=None, after=None, first=None, auto=None)[source]

Bases: Indent

Shape Indent

Any properties starting with prop_ set or get current instance values.

All methods starting with fmt_ can be used to chain together properties.

New in version 0.9.0.

__init__(*, before=None, after=None, first=None, auto=None)[source]

Constructor

Parameters:
  • before (float, UnitT, optional) – Determines the left margin of the paragraph (in mm units) or Class UnitT.

  • after (float, UnitT, optional) – Determines the right margin of the paragraph (in mm units) or Class UnitT.

  • first (float, UnitT, optional) – specifies the indent for the first line (in mm units) or Class UnitT.

  • auto (bool, optional) – Determines if the first line should be indented automatically.

Return type:

None