ooodev.adapter.embed.encryption_protected_source_partial module
- class ooodev.adapter.embed.encryption_protected_source_partial.EncryptionProtectedSourcePartial(component, interface=com.sun.star.embed.XEncryptionProtectedSource)[source]
Bases:
objectPartial class for XEncryptionProtectedSource.
- Parameters:
component (XEncryptionProtectedSource) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.embed.XEncryptionProtectedSource)[source]
Constructor
- Parameters:
component (XEncryptionProtectedSource) – UNO Component that implements
com.sun.star.embed.XEncryptionProtectedSourceinterface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XEncryptionProtectedSource.
- Return type:
None