22module 
com {  module sun {  module star {  module view {
 
   46    boolean goDown( [in] 
short nCount, [in] 
boolean bExpand );
 
   60    boolean goUp( [in] 
short nCount, [in] 
boolean bExpand );
 
   74    boolean goLeft( [in] 
short nCount, [in] 
boolean bExpand );
 
   88    boolean goRight( [in] 
short nCount, [in] 
boolean bExpand );
 
 
base interface of all UNO interfaces
Definition XInterface.idl:46
makes it possible to move a cursor up/down/left/right within laid out text.
Definition XViewCursor.idl:32
boolean goLeft([in] short nCount, [in] boolean bExpand)
moves the cursor the specified number of characters to the left.
boolean goUp([in] short nCount, [in] boolean bExpand)
moves the cursor the specified number of lines up.
boolean goRight([in] short nCount, [in] boolean bExpand)
moves the cursor the specified number of characters to the right.
boolean goDown([in] short nCount, [in] boolean bExpand)
moves the cursor the specified number of lines down.
Definition Ambiguous.idl:20