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:
AbstractPaddingParagraph 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:
- 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:
AbstractSidesParagraph 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: