interface XTextViewCursorSupplier in module com::sun::star::text::

(Global Index)

Syntax

interface XTextViewCursorSupplier : com::sun::star::uno::XInterface ;

Description

supplies access to the cursor in the view.

This cursor is the same instance that is available in the user interface.

See also

TextDocumentView

Method Summary

getViewCursor

Known Services Which Export this Interface

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

Method Details



getViewCursor

Syntax

com::sun::star::text::XTextViewCursor getViewCursor ();

Returns

the cursor of the document view.
Top of Page