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 {
base interface of all UNO interfaces
Definition: XInterface.idl:48
makes it possible to move a cursor by lines within laid out text.
Definition: XLineCursor.idl:36
void gotoEndOfLine([in] boolean bExpand)
moves the cursor to the end of the current line.
void gotoStartOfLine([in] boolean bExpand)
moves the cursor to the start of the current line.
boolean isAtStartOfLine()
determines if the cursor is positioned at the start of a line.
boolean isAtEndOfLine()
determines if the cursor is positioned at the end of a line.
Definition: Ambiguous.idl:22