ooodev.adapter.document.action_lockable_partial module
- class ooodev.adapter.document.action_lockable_partial.ActionLockablePartial(component, interface=com.sun.star.document.XActionLockable)[source]
Bases:
object
Partial class for XActionLockable.
- Parameters:
component (XActionLockable) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.document.XActionLockable)[source]
Constructor
- Parameters:
component (XActionLockable) – UNO Component that implements
com.sun.star.document.XActionLockable
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XActionLockable
.
- Return type:
None