|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.text.LineCursor
public class LineCursor
Line cursor of a text document.
Constructor Summary | |
---|---|
LineCursor(com.sun.star.view.XLineCursor xLineCursor)
Constructs new LineCursor. |
Method Summary | |
---|---|
void |
gotoEndOfLine(boolean mark)
Moves the cursor to the end of the current line. |
void |
gotoStartOfLine(boolean mark)
Moves the cursor to the start of the current line. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineCursor(com.sun.star.view.XLineCursor xLineCursor) throws java.lang.IllegalArgumentException
xLineCursor
- OpenOffice.org XLineCursor interface to be used
java.lang.IllegalArgumentException
- if the submitted OpenOffice.org XLineCursor
interface is not validMethod Detail |
---|
public boolean isAtStartOfLine()
isAtStartOfLine
in interface ILineCursor
public boolean isAtEndOfLine()
isAtEndOfLine
in interface ILineCursor
public void gotoStartOfLine(boolean mark)
gotoStartOfLine
in interface ILineCursor
mark
- indicates if the space between the current position and the end
is to be markedpublic void gotoEndOfLine(boolean mark)
gotoEndOfLine
in interface ILineCursor
mark
- indicates if the space between the current position and the end
is to be marked
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |