com.sun.star.table
Interface XCellCursor
- All Superinterfaces:
- com.sun.star.table.XCellRange, com.sun.star.uno.XInterface
- public abstract interface XCellCursor
- extends com.sun.star.table.XCellRange
Field Summary |
static com.sun.star.uno.Uik |
UIK
|
static java.lang.Object |
UNORUNTIMEDATA
|
Fields inherited from interface com.sun.star.table.XCellRange |
UNOTYPEINFO |
Method Summary |
abstract void |
gotoEnd()
|
abstract void |
gotoNext()
|
abstract void |
gotoOffset(int i1,
int i2)
|
abstract void |
gotoPrevious()
|
abstract void |
gotoStart()
|
Methods inherited from interface com.sun.star.table.XCellRange |
getCellByPosition, getCellRangeByName, getCellRangeByPosition |
UIK
public static final com.sun.star.uno.Uik UIK
UNORUNTIMEDATA
public static final java.lang.Object UNORUNTIMEDATA
gotoEnd
public abstract void gotoEnd()
throws com.sun.star.uno.RuntimeException
gotoNext
public abstract void gotoNext()
throws com.sun.star.uno.RuntimeException
gotoOffset
public abstract void gotoOffset(int i1,
int i2)
throws com.sun.star.uno.RuntimeException
gotoPrevious
public abstract void gotoPrevious()
throws com.sun.star.uno.RuntimeException
gotoStart
public abstract void gotoStart()
throws com.sun.star.uno.RuntimeException