ooodev.adapter.text.text_range_partial module
- class ooodev.adapter.text.text_range_partial.TextRangePartial(component, interface=com.sun.star.text.XTextRange)[source]
Bases:
object
Partial class for XTextRange.
- Parameters:
component (XTextRange) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.text.XTextRange)[source]
Constructor
- Parameters:
component (XTextRange) – UNO Component that implements
com.sun.star.text.XTextRange
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XTextRange
.
- Return type:
None
- get_end()[source]
Returns a text range which contains only the end of this text range.
- Return type: