ooodev.adapter.util.changes_batch_partial module
- class ooodev.adapter.util.changes_batch_partial.ChangesBatchPartial(component, interface=com.sun.star.util.XChangesBatch)[source]
Bases:
object
Partial Class XChangesBatch.
- Parameters:
component (XChangesBatch) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.util.XChangesBatch)[source]
Constructor
- Parameters:
component (XChangesBatch) – UNO Component that implements
com.sun.star.util.XChangesBatch
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XChangesBatch
.
- Return type:
None
- commit_changes()[source]
commits any pending changes.
The exact action depends on the concrete service.
- Raises:
com.sun.star.lang.WrappedTargetException –
WrappedTargetException
- Return type:
None