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