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

interface XTextViewCursorSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTextViewCursorSupplier
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

Methods' Summary
getViewCursor
Methods' Details
getViewCursor
XTextViewCursor
getViewCursor();
 
 

Returns
the cursor of the document view.
Top of Page