ooodev.adapter.io.text_input_stream2_partial module
- class ooodev.adapter.io.text_input_stream2_partial.TextInputStream2Partial(component, interface=com.sun.star.io.XTextInputStream2)[source]
Bases:
TextInputStreamPartial
,ActiveDataSinkPartial
Partial Class XTextInputStream2.
- Parameters:
component (XTextInputStream2) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.io.XTextInputStream2)[source]
Constructor
- Parameters:
component (XTextInputStream2) – UNO Component that implements
com.sun.star.io.XTextInputStream2
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XTextInputStream2
.
- Return type:
None