StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.text
Interface XTextCursor

All Superinterfaces:
com.sun.star.uno.XInterface, com.sun.star.text.XTextRange
All Known Subinterfaces:
com.sun.star.text.XParagraphCursor, com.sun.star.text.XSentenceCursor, com.sun.star.text.XTextViewCursor, com.sun.star.text.XWordCursor

public abstract interface XTextCursor
extends com.sun.star.text.XTextRange


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  void collapseToEnd()
           
abstract  void collapseToStart()
           
abstract  boolean goLeft(short s, boolean b)
           
abstract  boolean goRight(short s, boolean b)
           
abstract  void gotoEnd(boolean b)
           
abstract  void gotoRange(com.sun.star.text.XTextRange xtr, boolean b)
           
abstract  void gotoStart(boolean b)
           
abstract  boolean 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

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

collapseToEnd

public abstract void collapseToEnd()
                            throws com.sun.star.uno.RuntimeException

collapseToStart

public abstract void collapseToStart()
                              throws com.sun.star.uno.RuntimeException

goLeft

public abstract boolean goLeft(short s,
                               boolean b)
                        throws com.sun.star.uno.RuntimeException

goRight

public abstract boolean goRight(short s,
                                boolean b)
                         throws com.sun.star.uno.RuntimeException

gotoEnd

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

gotoRange

public abstract void gotoRange(com.sun.star.text.XTextRange xtr,
                               boolean b)
                        throws com.sun.star.uno.RuntimeException

gotoStart

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

isCollapsed

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

StarOffice 5.2 API
reverse engineered by classdoc