:: com :: sun :: star :: text ::

service TextCursor
Description
A ::com::sun::star::text::TextCursor is a ::com::sun::star::text::TextRange which can be moved within a ::com::sun::star::drawing::Text object.
See also
::com::sun::star::text::TextRange
Developers Guide

Included Services
::com::sun::star::text::TextRange
(referenced entity's summary:)
points to a sequence of characters within a ::com::sun::star::text::Text .
Exported Interfaces
::com::sun::star::text::XTextCursor
(referenced entity's summary:)
extends a text range by method to modify its position.
::com::sun::star::text::XWordCursor
Usage Restrictions
optional
::com::sun::star::text::XSentenceCursor
Usage Restrictions
optional
::com::sun::star::text::XParagraphCursor
Usage Restrictions
optional
::com::sun::star::beans::XPropertySet
Description
This interface gives access to the properties of the range that is selected by the cursor.
::com::sun::star::beans::XPropertyState
Description
This interface gives access to the state of the properties of the range that is selected by the cursor.
::com::sun::star::beans::XMultiPropertyStates
(referenced entity's summary:)
makes it possible to query information about the state of one or more properties.
::com::sun::star::document::XDocumentInsertable
Usage Restrictions
optional
Description
This optional interface makes it possible to insert a document from an external source at the cursor position.
::com::sun::star::util::XSortable
Usage Restrictions
optional
Description
This optional interface makes it possible to sort the contents at the cursor position.

 
Top of Page