ooodev.adapter.text.text_range_comp module

class ooodev.adapter.text.text_range_comp.TextRangeComp(component)[source]

Bases: ComponentBase, TextRangePartial, CharacterPropertiesPartial, ParagraphPropertiesPartial

Class for managing TextRange Component.

Parameters:

component (XTextRange) –

__init__(component)[source]

Constructor

Parameters:

component (TextRange) – UNO TextRange Component that supports com.sun.star.text.TextRange service.

Return type:

None

property component: com.sun.star.text.TextRange

TextRange Component

Return type:

TextRange