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

interface XScreenCursor

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