service TextCursor in module com::sun::star::text::

(Global Index)

Syntax

service TextCursor;

Description

A TextCursor is a TextRange which can be moved within a Text object.

See also

TextRange

Included Services

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

Description

points to a sequence of characters within a Text .


Exported Interfaces

com::sun::star::text::XWordCursor [ OPTIONAL ]

com::sun::star::text::XSentenceCursor [ OPTIONAL ]

com::sun::star::text::XParagraphCursor [ 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

Description

makes it possible to query information about the state of one or more properties.


com::sun::star::document::XDocumentInsertable [ 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 [ OPTIONAL ]

Description

This optional interface makes it possible to sort the contents at the cursor position.


Top of Page