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

interface 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
::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