LibreOffice
LibreOffice 24.2 SDK API Reference
|
makes it possible to move a cursor by lines within laid out text. More...
import"XLineCursor.idl";
Public Member Functions | |
boolean | isAtStartOfLine () |
determines if the cursor is positioned at the start of a line. More... | |
boolean | isAtEndOfLine () |
determines if the cursor is positioned at the end of a line. More... | |
void | gotoEndOfLine ([in] boolean bExpand) |
moves the cursor to the end of the current line. More... | |
void | gotoStartOfLine ([in] boolean bExpand) |
moves the cursor to the start of the current line. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
makes it possible to move a cursor by lines within laid out text.
void gotoEndOfLine | ( | [in] boolean | bExpand | ) |
moves the cursor to the end of the current line.
bExpand | determines whether the text range of the cursor is expanded (TRUE ) or the cursor will be just at the new position after the move (FALSE ). |
void gotoStartOfLine | ( | [in] boolean | bExpand | ) |
moves the cursor to the start of the current line.
bExpand | determines whether the text range of the cursor is expanded (TRUE ) or the cursor will be just at the new position after the move (FALSE ). |
boolean isAtEndOfLine | ( | ) |
determines if the cursor is positioned at the end of a line.
boolean isAtStartOfLine | ( | ) |
determines if the cursor is positioned at the start of a line.