Hello all; how can i insert a created Table in the IBodyElement List?
I have IBody List with for Example; PARAGRAPH PARAGRAPH TABLE PARAGRAPH and want to insert my new table after the existing table in the docx... Any Idea, how to do this ? I tried it with doc.getBodyElements().add(index, Bodyelement) but no success. Thanks in advance for any Reply sars -- View this message in context: http://apache-poi.1045710.n5.nabble.com/XWPF-insert-table-tp5712060.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
