ooodev.format.writer.modify.page.page_style_base module

Module for Page Style Fill Color Fill Color.

New in version 0.9.0.

class ooodev.format.writer.modify.page.page_style_base.PageStyleBase(**kwargs)[source]

Bases: StyleBase

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(_TPageStyleBase, bound= PageStyleBase)

Parameters:

self (_TPageStyleBase) –

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