https://issues.apache.org/bugzilla/show_bug.cgi?id=49508

           Summary: Appending paragraphs to XWPFTableCell
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XWPF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=25646)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25646)
Patch for XWPFTableCell.createParagraph method

XWPFTableCell lacks a method to append paragraphs to itself. While it has an
addParagraph method, that method only appends the XWPFParagraph to the internal
paragraphs array and does not update the underlying CTTc object. 

Please find attached a patch for a createParagraph method which appends a new
paragraph to the cell, updating the paragraph array as well as the CTTc object.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to