StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.text
Interface XWordCursor

All Superinterfaces:
com.sun.star.uno.XInterface, com.sun.star.text.XTextCursor, com.sun.star.text.XTextRange

public abstract interface XWordCursor
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 gotoEndOfWord(boolean b)
           
abstract  boolean gotoNextWord(boolean b)
           
abstract  boolean gotoPreviousWord(boolean b)
           
abstract  boolean gotoStartOfWord(boolean b)
           
abstract  boolean isEndOfWord()
           
abstract  boolean isStartOfWord()
           
 
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
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

gotoEndOfWord

public abstract boolean gotoEndOfWord(boolean b)
                               throws com.sun.star.uno.RuntimeException

gotoNextWord

public abstract boolean gotoNextWord(boolean b)
                              throws com.sun.star.uno.RuntimeException

gotoPreviousWord

public abstract boolean gotoPreviousWord(boolean b)
                                  throws com.sun.star.uno.RuntimeException

gotoStartOfWord

public abstract boolean gotoStartOfWord(boolean b)
                                 throws com.sun.star.uno.RuntimeException

isEndOfWord

public abstract boolean isEndOfWord()
                             throws com.sun.star.uno.RuntimeException

isStartOfWord

public abstract boolean isStartOfWord()
                               throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc