ooodev.format.inner.modify.write.frame.frame_type.size module

Module for Fill Transparency.

New in version 0.9.0.

class ooodev.format.inner.modify.write.frame.frame_type.size.Size(*, width=None, height=None, auto_width=False, auto_height=False, style_name=StyleFrameKind.FRAME, style_family='FrameStyles')[source]

Bases: FrameStyleBaseMulti

Frame Style Type size.

New in version 0.9.0.

__init__(*, width=None, height=None, auto_width=False, auto_height=False, style_name=StyleFrameKind.FRAME, style_family='FrameStyles')[source]

Constructor

Parameters:
  • width (RelativeSize, AbsoluteSize, optional) – width value.

  • height (RelativeSize, AbsoluteSize, optional) – height value.

  • auto_width (bool, optional) – Auto Size Width. Default False.

  • auto_height (bool, optional) – Auto Size Height. Default False.

  • style_name (StyleFrameKind, str, optional) – Specifies the Frame Style that instance applies to. Default is Default Frame Style.

  • style_family (str, optional) – Style family. Default FrameStyles.

Return type:

None

classmethod from_style(doc, style_name=StyleFrameKind.FRAME, style_family='FrameStyles')[source]

Gets instance from Document.

Parameters:
  • doc (object) – UNO Document Object.

  • style_name (StyleFrameKind, str, optional) – Specifies the Frame Style that instance applies to. Default is Default Frame Style.

  • style_family (str, optional) – Style family. Default FrameStyles.

Returns:

Size instance from style properties.

Return type:

Size

property prop_inner: Size

Gets/Sets Inner Size instance

Return type:

Size

property prop_style_name: str

Gets/Sets property Style Name

Return type:

str