Late last night,m it ocurred to me that I think I know how to do this - in
fact I think that I already have using the Factory method of the CTP class
to create an instance that is then used to initialise an XWPFParagraph
object - but I need to test some code out before posting again.

Will post again once I have had the chance to lay around a bit.

Yours

Mark B


Immad Naseer wrote:
> 
> 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.
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Adding-paragraphs-to-XWPFTableCell-tp28955249p28968760.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to