ooodev.format.draw.direct.para.indent_spacing.spacing module
Module for managing shape paragraph spacing.
New in version 0.17.8.
- class ooodev.format.draw.direct.para.indent_spacing.spacing.Spacing(*, above=None, below=None, style_no_space=None)[source]
Bases:
Spacing
Paragraph Spacing
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.17.8.
- __init__(*, above=None, below=None, style_no_space=None)[source]
Constructor
- Parameters:
above (float, UnitT, optional) – Determines the top margin of the paragraph (in
mm
units) or Class UnitT.below (float, UnitT, optional) – Determines the bottom margin of the paragraph (in
mm
units) or Class UnitT.style_no_space (bool, optional) – Do not add space between paragraphs of the same style.
- Return type:
None