我想编写一个适用于所选表的宏。
表格中的选择
当我选择一个表时,ThisComponent.CurrentSelection
返回的对象是SwXTextTableCursor
. 我将其统称为TextTableCursor。
根据DBG_methods
它提供了遍历选定单元格并合并或拆分单元格的方法,但它似乎没有提供访问实际表格本身的方法。相反,ThisComponent.TextTables
返回表。
据我所知,无法确定是否选择了某些单元格或整个表格。
问题
有没有办法从 TextTableCursor 中检索 TextTable(s)?