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