You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by waitingmyself <wa...@gmail.com> on 2012/02/16 06:41:54 UTC

hao to set background color with XWPFDocument

XWPFDocument doc = new XWPFDocument();
XWPFParagraph p1 = doc.createParagraph();
p1.createRun().setFontSize(22);

just like this,but how to set background color ?

--
View this message in context: http://apache-poi.1045710.n5.nabble.com/hao-to-set-background-color-with-XWPFDocument-tp5488571p5488571.html
Sent from the POI - User mailing list archive at Nabble.com.

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