You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Despoina Palaka <dp...@gmail.com> on 2014/06/11 14:00:28 UTC

How to find a XWPFTable table's header?

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