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

com :: sun :: star :: view ::

interface XScreenCursor

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to leaf through the document in steps of the displayed size.


Known Services which Export this Interface

com::sun::star::text::TextViewCursor A TextViewCursor is a TextRange which can travel within a view of a Text object.

Methods' Summary

screenDown scrolls the view forward by one visible page.
screenUp scrolls the view backward by one visible page.

Methods' Details

screenDown
 
boolean
screenDown();
Description
scrolls the view forward by one visible page.
screenUp
 
boolean
screenUp();
Description
scrolls the view backward by one visible page.

Top of Page