You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/08/17 08:53:41 UTC

[Bug 62632] New: Cannot remove BodyElements from XWPFTableCell

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.raats@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-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62632] Cannot remove BodyElements from XWPFTableCell

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62632

Sayi <sa...@163.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Sayi <sa...@163.com> ---
The problem seems to have been resolved in the latest poi version.

1. removeParagraph will change bodyElements
2. You can remove the table in the cell through removeTable

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62632] Cannot remove BodyElements from XWPFTableCell

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62632

martijn.raats@jam-it.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martijn.raats@jam-it.nl

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62632] Cannot remove BodyElements from XWPFTableCell

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62632

chris <ch...@ergon.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christoph.galliker@ergon.ch

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org