interface XScreenCursor in module com::sun::star::view::

(Global Index)

Syntax

interface XScreenCursor : com::sun::star::uno::XInterface ;

Description

enables the object to leaf through steps of the displayed size.

Method Summary

screenDown scrolls the view forward by one visible page.

screenUp scrolls the view backward by one visible page.

Known Services Which Export this Interface

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

Method Details



screenDown

Syntax

boolean screenDown ();

Description

scrolls the view forward by one visible page.


screenUp

Syntax

boolean screenUp ();

Description

scrolls the view backward by one visible page.

Top of Page