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

interface XScreenCursor
Description
makes it possible to page through the document in steps of the displayed size.

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