https://bz.apache.org/bugzilla/show_bug.cgi?id=62632
Bug ID: 62632 Summary: Cannot remove BodyElements from XWPFTableCell Product: POI Version: 3.17-FINAL Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal Priority: P2 Component: XWPF Assignee: dev@poi.apache.org Reporter: martijn.ra...@jam-it.nl Target Milestone: --- I would like to remove all content from a XWPFTableCell. But there seems to be no way of doing this. I can remove paragraphs from a XWPFTableCell, by using the removeParagraph(int pos) method, but then I am left with 2 problems: * the removeParagraph(int pos) method does not change the "bodyElements" member, which gives problems when later getBodyElements() is called, since the removed paragraph is still in the list * I am unable to remove other content from the XWPFTableCell, like for example a XWPFTable As workaround I currently set all the runs of all the paragraphs to the text "" and I remove all the TableRows of every XWPFTable that is in the cell. The problem with this workaround is that I end up with a lot of "enters" in the document. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org