ooodev.format.inner.modify.write.frame.options.protect module

class ooodev.format.inner.modify.write.frame.options.protect.Protect(*, size=None, position=None, content=None, style_name=StyleFrameKind.FRAME, style_family='FrameStyles')[source]

Bases: FrameStyleBaseMulti

Frame Style Options Protect.

New in version 0.9.0.

__init__(*, size=None, position=None, content=None, style_name=StyleFrameKind.FRAME, style_family='FrameStyles')[source]

Constructor

Parameters:
  • size (bool, optional) – Specifies size protection.

  • position (bool, optional) – Specifies position protection.

  • content (bool, optional) – Specifies content protection.

  • 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:

Protect instance from style properties.

Return type:

Protect

property prop_inner: Protect

Gets/Sets Inner Protect instance

Return type:

Protect

property prop_style_name: str

Gets/Sets property Style Name

Return type:

str