StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.text
Interface XParagraphCursor

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

public abstract interface XParagraphCursor
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 gotoEndOfParagraph(boolean b)
           
abstract  boolean gotoNextParagraph(boolean b)
           
abstract  boolean gotoPreviousParagraph(boolean b)
           
abstract  boolean gotoStartOfParagraph(boolean b)
           
abstract  boolean isEndOfParagraph()
           
abstract  boolean isStartOfParagraph()
           
 
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

gotoEndOfParagraph

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

gotoNextParagraph

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

gotoPreviousParagraph

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

gotoStartOfParagraph

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

isEndOfParagraph

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

isStartOfParagraph

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

StarOffice 5.2 API
reverse engineered by classdoc