Syntax
interface XLineCursor : com::sun::star::uno::XInterface ;
Description
makes it possible to move a cursor to the start or end of laid out text.
See also
- CellCursor
-
See also
- TextCursor
-
See also
- ViewCursor
-
Method Summary
|
isAtStartOfLine |
determines if the cursor is positioned at the start of a line.
|
|
isAtEndOfLine |
determines if the cursor is positioned at the end of a line.
|
|
gotoEndOfLine |
moves the cursor to the end of the current line.
|
|
gotoStartOfLine |
moves the cursor to the start of the current line.
|
|
Method Details
|
|
Syntax
- boolean isAtStartOfLine
();
Description
determines if the cursor is positioned at the start of a line.
Syntax
- boolean isAtEndOfLine
();
Description
determines if the cursor is positioned at the end of a line.
Syntax
- void gotoEndOfLine
(
- boolean bExpand );
Description
moves the cursor to the end of the current line.
Syntax
- void gotoStartOfLine
(
- boolean bExpand );
Description
moves the cursor to the start of the current line.
See also
- XLineCursor::gotoPreviousOfPara
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.