ooodev.format.inner.direct.write.image.options.properties module
- class ooodev.format.inner.direct.write.image.options.properties.Properties(printable=True)[source]
Bases:
StyleBase
Image Options Properties.
New in version 0.9.0.
- __init__(printable=True)[source]
Constructor
- Parameters:
printable (bool, optional) – Specifies if Frame can be printed. Default
True
.- Return type:
None
- classmethod from_obj(obj)[source]
- classmethod from_obj(obj, **kwargs)
- classmethod from_obj(obj, **kwargs)
Gets instance from object
- Parameters:
obj (object) – UNO Object.
- Raises:
NotSupportedError – If
obj
is not supported.- Returns:
Instance that represents Image Properties.
- Return type:
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type:
- property prop_printable: bool | None
Gets/Sets print value
- Return type:
bool | None