Hello ,
How can i get that is cursor is in table or not.
i have adapted this approach but i can't stick on that because it select table first .
-->
this.editorObj.documentEditor.selection.selectTable();
this.isCursorIsInTable = this.editorObj.documentEditor.selection.isTableSelected();