com.sun.star.text.XTextTableCursor
interface methods : getRangeName()
gotoCellByName()
goLeft()
goRight()
goUp()
goDown()
gotoStart()
gotoEnd()
mergeRange()
splitRange()
Prerequisites : the table must have a size 2x2 and current cursor position must be in the upper left cell.
Test is NOT multithread compilant.
After test completion object environment has to be recreated because after merging and splitting cells their names differ from initial. @see com.sun.star.text.XTextTableCursor
|
|
|
|
|
|
|
|
|
|
|
|