I’m getting a Table by the following code
Table tableSchedeDE = docDE.getSections().get(1).getBody().getTables().get(0);
but this isn’t a good method, becouse if I put an other Table before that one I have to remember to change everywhere the get() parameter.
Is there a possibility to search and get tables by name or bookmarks or anything else?
thx