ooodev.adapter.text.text_comp module
- class ooodev.adapter.text.text_comp.TextComp(component)[source]
Bases:
ComponentBase
,EnumerationAccessPartial
[Paragraph
],TextPartial
Class for managing Text Component.
- __init__(component)[source]
Constructor
- Parameters:
component (Any) – UNO Component that supports
com.sun.star.text.Text
service.- Return type:
None
- property component: com.sun.star.text.Text
Text Component
- Return type:
Text