ooodev.format.writer.direct.frame.borders package

Module contents

class ooodev.format.writer.direct.frame.borders.Padding(*, left=None, right=None, top=None, bottom=None, all=None)[source]

Bases: AbstractPadding

Paragraph Border Padding

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.

property default: _TPadding

Gets BorderPadding default.

Return type:

TypeVar(_TPadding, bound= Padding)

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

ooodev.format.writer.direct.frame.borders.Shadow

alias of ShadowStruct

class ooodev.format.writer.direct.frame.borders.Sides(*, left=None, right=None, top=None, bottom=None, all=None)[source]

Bases: AbstractSides

Paragraph 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