ooodev.adapter.text.text_table_cursor_comp module
- class ooodev.adapter.text.text_table_cursor_comp.TextTableCursorComp(component)[source]
Bases:
ComponentBase
,TextTableCursorPartial
,PropertySetPartial
,CharacterPropertiesPartial
,ParagraphPropertiesPartial
,PropertyChangeImplement
,VetoableChangeImplement
Class for managing TextTableCursor Component.
- Parameters:
component (Any) –
- __init__(component)[source]
Constructor
- Parameters:
component (Any) – UNO Component that supports
com.sun.star.text.TextTableCursor
service.- Return type:
None
- property component: com.sun.star.text.TextTableCursor
TextTableCursor Component
- Return type:
TextTableCursor