StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.sheet
Interface XSheetCellCursor

All Superinterfaces:
com.sun.star.table.XCellRange, com.sun.star.uno.XInterface, com.sun.star.sheet.XSheetCellRange

public abstract interface XSheetCellCursor
extends com.sun.star.sheet.XSheetCellRange


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
 
Fields inherited from interface com.sun.star.sheet.XSheetCellRange
UNOTYPEINFO
 
Method Summary
abstract  void collapseToCurrentArray()
           
abstract  void collapseToCurrentRegion()
           
abstract  void collapseToMergedArea()
           
abstract  void collapseToSize(int i1, int i2)
           
abstract  void expandToEntireColumns()
           
abstract  void expandToEntireRows()
           
 
Methods inherited from interface com.sun.star.sheet.XSheetCellRange
getSpreadsheet
 
Methods inherited from interface com.sun.star.table.XCellRange
getCellByPosition, getCellRangeByName, getCellRangeByPosition
 

Field Detail

UIK

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

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA
Method Detail

collapseToCurrentArray

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

collapseToCurrentRegion

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

collapseToMergedArea

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

collapseToSize

public abstract void collapseToSize(int i1,
                                    int i2)
                             throws com.sun.star.uno.RuntimeException

expandToEntireColumns

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

expandToEntireRows

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

StarOffice 5.2 API
reverse engineered by classdoc