ooodev.adapter.text.text_view_cursor_comp module

class ooodev.adapter.text.text_view_cursor_comp.TextViewCursorComp(component)[source]

Bases: TextViewCursorPartial, TextRangeComp, PageCursorPartial, ScreenCursorPartial

Class for managing TextCursor Component.

Parameters:

component (XTextViewCursor) –

__init__(component)[source]

Constructor

Parameters:

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

Return type:

None