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

Methods' Summary
getViewCursor  
Methods' Details
getViewCursor
::com::sun::star::text::XTextViewCursor
getViewCursor();

Returns
the cursor of the document view.
Top of Page