I have a question about inserting a table header (<w:tblHeader/> tag). Is it possible to insert it as a JaxbElement? If not how can I insert it? I mean I would like to do something like that with a tableheader element.
- Code: Select all
getCnfStyleOrDivIdOrGridBefore().add(header);
Is that possible? Are there maybe some other ways?
Thanks in advance.
Luca