Hi all,

How would I add a paragraph to a XWPFTableCell? While XWPFTableCell contains
an addParagraph method, that method expects an already instantiated
paragraph object to be passed to it and there doesn't seem to be a simple
way to create stand-alone XWPFParagraph objects that I can attach to the
body or table after creation.

Is there some simple way to add paragraphs to XWPFTableCell like you can add
paragraphs to a document using XWPFDocument.createParagraph?

Regards,
Immad

PS: I am using the 3.7 beta release of POI.

Reply via email to