com.sun.star.text
Interface XSentenceCursor
- All Superinterfaces:
- com.sun.star.uno.XInterface, com.sun.star.text.XTextCursor, com.sun.star.text.XTextRange
- public abstract interface XSentenceCursor
- extends com.sun.star.text.XTextCursor
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from interface com.sun.star.text.XTextCursor |
UNOTYPEINFO |
Method Summary |
abstract boolean |
gotoEndOfSentence(boolean b)
|
abstract boolean |
gotoNextSentence(boolean b)
|
abstract boolean |
gotoPreviousSentence(boolean b)
|
abstract boolean |
gotoStartOfSentence(boolean b)
|
abstract boolean |
isEndOfSentence()
|
abstract boolean |
isStartOfSentence()
|
Methods inherited from interface com.sun.star.text.XTextCursor |
collapseToEnd, collapseToStart, goLeft, goRight, gotoEnd, gotoRange, gotoStart, isCollapsed |
Methods inherited from interface com.sun.star.text.XTextRange |
getEnd, getStart, getString, getText, setString |
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
gotoEndOfSentence
public abstract boolean gotoEndOfSentence(boolean b)
throws com.sun.star.uno.RuntimeException
gotoNextSentence
public abstract boolean gotoNextSentence(boolean b)
throws com.sun.star.uno.RuntimeException
gotoPreviousSentence
public abstract boolean gotoPreviousSentence(boolean b)
throws com.sun.star.uno.RuntimeException
gotoStartOfSentence
public abstract boolean gotoStartOfSentence(boolean b)
throws com.sun.star.uno.RuntimeException
isEndOfSentence
public abstract boolean isEndOfSentence()
throws com.sun.star.uno.RuntimeException
isStartOfSentence
public abstract boolean isStartOfSentence()
throws com.sun.star.uno.RuntimeException