Hi,

I have a table in document and in some cell there is an another sub-table. How can I get it?

I have this code:

Table table = document.getTableByName( tableName );

Cell cell = table.getCellByPosition( colIndex, rowIndex );

// and now, how to get a sub-table if there is some in the cell ?

Table subTable = cell.someMethod().someOtherMethod().......

Thanks,
David

Reply via email to