ooodev.format.writer.modify.page.page_style_base_multi module

Base Class for Page Style.

New in version 0.9.0.

class ooodev.format.writer.modify.page.page_style_base_multi.PageStyleBaseMulti(**kwargs)[source]

Bases: StyleMulti

Page Style Base

New in version 0.9.0.

apply(obj: Any)[source]
apply(obj: Any, **kwargs)
apply(obj, **kwargs)

Applies padding to obj

Parameters:

obj (Any) – UNO Writer Document

Return type:

None

copy()[source]

Gets a copy of instance as a new instance

Return type:

TypeVar(_TPageStyleBaseMulti, bound= PageStyleBaseMulti)

Parameters:

self (_TPageStyleBaseMulti) –

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property prop_style_name: str

Gets/Sets property Style Name.

Raises:

NotImplementedError

Return type:

str