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

interface XTextViewCursorSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTextViewCursorSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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