ooodev.format.inner.direct.write.image.options.names module

class ooodev.format.inner.direct.write.image.options.names.Names(*, name=None, desc=None, alt=None)[source]

Bases: Names

Image Options Names

__init__(*, name=None, desc=None, alt=None)[source]

Constructor

Parameters:
  • name (str, optional) – Specifies name.

  • desc (str, optional) – Specifies description.

  • alt (str, optional) – Specifies alternative text.

  • prev (str, optional) – Specifies previous link.

  • next (str, optional) – Specifies next link.

Return type:

None

property prop_alt: SystemError | None

Gets/Sets Alternative text

Return type:

SystemError | None

property prop_format_kind: FormatKind

Gets the kind of style

Return type:

FormatKind

prop_next

Descriptor to raise an exception when an attribute is accessed after deletion.

prop_prev

Descriptor to raise an exception when an attribute is accessed after deletion.