the xml generated (this was done in PPT, but I'd assume Word's is the same):
- Code: Select all
<a:tbl>
...
<a:tblGrid>
<a:gridCol w="2057400"/>
<a:gridCol w="2006600"/>
<a:gridCol w="2032000"/>
</a:tblGrid>
...
<a:tr h="1143000">
<a:tr h="1143000">
</a:tbl>
I have no problem setting the column width (TblGridCol has setW)
I can add the rows with
- Code: Select all
tbl.getEGContentRowContent().add(tr);
Unforunately org.docx4j.wml.Tr has no "H" ...