19 #ifndef __com_sun_star_view_XLineCursor_idl__
20 #define __com_sun_star_view_XLineCursor_idl__
26 module com { module sun { module star { module view {
39 boolean isAtStartOfLine();
43 boolean isAtEndOfLine();
51 void gotoEndOfLine( [in]
boolean bExpand );
59 void gotoStartOfLine( [in]
boolean bExpand );
makes it possible to move a cursor by lines within laid out text.
Definition: XLineCursor.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:47