ooodev.format.writer.style.frame.frame module

class ooodev.format.writer.style.frame.frame.Frame(name='')[source]

Bases: StyleName

Frame Style.

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

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

New in version 0.9.0.

__init__(name='')[source]

Constructor

Parameters:

name (StyleFrameKind, str, optional) – Style Name. Defaults to “Frame”.

Return type:

None

on_property_setting(source, event_args)[source]

Triggers for each property that is set

Parameters:
  • event_args (KeyValueCancelArgs) – Event Args

  • source (Any) –

property OLE: Frame

Style OLE

Return type:

Frame

default = <ooodev.format.writer.style.frame.frame.Frame object>[source]
property formula: Frame

Style Formula

Return type:

Frame

property frame: Frame

Style Frame

Return type:

Frame

property graphics: Frame

Style graphics

Return type:

Frame

property labels: Frame

Style Labels

Return type:

Frame

property marginalia: Frame

Style Marginalia

Return type:

Frame

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

property watermark: Frame

Style Watermark

Return type:

Frame