I’m trying to extract a MS-Word table with merged cells. If the cells are vertically merged the TableRow.getCell(x).isVerticallyMerged() method return true, but if cells are merged horizontally the TableRow getCell(0).isMerged() return false.

How do I get info about cell merging?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to