ooodev.adapter.io.text_input_stream_comp module
- class ooodev.adapter.io.text_input_stream_comp.TextInputStreamComp(component)[source]
Bases:
ComponentProp
,TextInputStream2Partial
Class for managing TextInputStream Component.
- Parameters:
component (XTextInputStream2) –
- __init__(component)[source]
Constructor
- Parameters:
component (XTextInputStream2) – UNO Component that supports
com.sun.star.io.TextInputStream
service.- Return type:
None
- classmethod from_lo(lo_inst=None)[source]
Creates an instance from the Lo.
- Parameters:
lo_inst (LoInst, optional) – LoInst, Defaults to
Lo.current_lo
.- Returns:
The instance.
- Return type:
- property component: com.sun.star.io.TextInputStream
TextInputStream Component
- Return type:
TextInputStream