使用LibreOffice 4.1 Writer Basic从TextTableCursor中检索TextTable

时间:2013-11-05 15:00:12

标签: macros libreoffice word-processor libreoffice-basic

我想编写一个适用于所选表格的宏。

表中的选择

当我选择一个表时,ThisComponent.CurrentSelection返回的对象的类型为SwXTextTableCursor。我将它一般称为 TextTableCursor

根据DBG_methods,它提供了遍历所选单元格并合并或拆分单元格的方法,但它似乎没有提供访问实际表格本身的方法。相反,ThisComponent.TextTables返回表格。

据我所知,无法确定是否选择了某些单元格或所有表格。

问题

有没有办法从TextTableCursor中检索TextTable?

1 个答案:

答案 0 :(得分:1)

要获取当前选定的TextTable,请使用

ThisComponent.CurrentController.ViewCursor.TextTable