Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTextViewCursorSupplier

Base Interface
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


Known Services which Export this Interface

com::sun::star::text::TextDocumentView specifies the view of a TextDocument .

Methods' Summary

getViewCursor

Methods' Details

getViewCursor
 
com::sun::star::text::XTextViewCursor
getViewCursor();
Returns
the cursor of the document view.

Top of Page