Hi @ll, when I was working with .doc files, TableRow class had a method called "isTableHeader()" to indicate whether the row was the table's header or not. Now, that I am working with .docx files I am trying to find a similar method for XWPFTableRow class, or at least a method in the XWPFTable,XWPFTableCell classes and I can't. Does any one now how to extract this information from a table or a table row or a table cell?
Thanks a lot in advance dpalaka
