19 #ifndef __com_sun_star_view_XViewCursor_idl__
20 #define __com_sun_star_view_XViewCursor_idl__
26 module com { module sun { module star { module view {
50 boolean goDown( [in]
short nCount, [in]
boolean bExpand );
64 boolean goUp( [in]
short nCount, [in]
boolean bExpand );
78 boolean goLeft( [in]
short nCount, [in]
boolean bExpand );
92 boolean goRight( [in]
short nCount, [in]
boolean bExpand );
makes it possible to move a cursor up/down/left/right within laid out text.
Definition: XViewCursor.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:47