ooodev.format.inner.direct.write.char.border.sides module

Module for managing character border side.

New in version 0.9.0.

class ooodev.format.inner.direct.write.char.border.sides.Sides(*, left=None, right=None, top=None, bottom=None, all=None)[source]

Bases: AbstractSides

Character Border.

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

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

New in version 0.9.0.

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind