StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.text
Interface XPageCursor

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XPageCursor
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Method Summary
abstract  short getPage()
           
abstract  boolean jumpToEndOfPage()
           
abstract  boolean jumpToFirstPage()
           
abstract  boolean jumpToLastPage()
           
abstract  boolean jumpToNextPage()
           
abstract  boolean jumpToPage(short s)
           
abstract  boolean jumpToPreviousPage()
           
abstract  boolean jumpToStartOfPage()
           
 

Field Detail

UIK

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

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

getPage

public abstract short getPage()
                       throws com.sun.star.uno.RuntimeException

jumpToEndOfPage

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

jumpToFirstPage

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

jumpToLastPage

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

jumpToNextPage

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

jumpToPage

public abstract boolean jumpToPage(short s)
                            throws com.sun.star.uno.RuntimeException

jumpToPreviousPage

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

jumpToStartOfPage

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

StarOffice 5.2 API
reverse engineered by classdoc