ooodev.format.inner.direct.write.image.image.flip module
- class ooodev.format.inner.direct.write.image.image.flip.Flip(vertical=None, horizontal=None)[source]
Bases:
StyleBase
Image Flip
New in version 0.9.0.
- __init__(vertical=None, horizontal=None)[source]
Constructor
- Parameters:
printable (bool, optional) – Specifies if Frame can be printed. Default
True
.vertical (bool | None) –
horizontal (FlipKind | None) –
- 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 Flip Options.
- Return type:
- property prop_Horizontal: FlipKind | None
Gets/Sets Horizontal flip option
- Return type:
FlipKind | None
- property prop_format_kind: FormatKind
Gets the kind of style
- Return type:
- property prop_vertical: bool | None
Gets/Sets Vertical flip option
- Return type:
bool | None