ooodev.adapter.sheet.view_freezable_partial module
- class ooodev.adapter.sheet.view_freezable_partial.ViewFreezablePartial(component, interface=com.sun.star.sheet.XViewFreezable)[source]
Bases:
object
Partial Class for XViewFreezable .
New in version 0.20.0.
- Parameters:
component (XViewFreezable) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.sheet.XViewFreezable)[source]
Constructor
- Parameters:
component (XViewFreezable) – UNO Component that implements
com.sun.star.sheet.XViewFreezable
.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XViewFreezable
.
- Return type:
None