ooodev.adapter.text.text_cursor_comp module
- class ooodev.adapter.text.text_cursor_comp.TextCursorComp(component)[source]
Bases:
TextRangeComp
,TextCursorPartial
Class for managing TextCursor Component.
- Parameters:
component (XTextCursor) –
- __init__(component)[source]
Constructor
- Parameters:
component (TextCursor) – UNO TextCursor Component that supports
com.sun.star.text.TextCursor
service.- Return type:
None
- property component: com.sun.star.text.TextCursor
Sheet Cell Cursor Component
- Return type:
TextCursor