On Thu, 2 Jan 2014, kavya wrote:
I am using below piece of code for generating a word document,
XWPFRun paragraphRun = paragraph.createRun();
   paragraphRun.setFontFamily("'Arial Unicode MS'");
   paragraphRun.setBold(true);

The nested single quotes looks wrong to me. If you set the font you want in Word and read it back with POI, what do you see?

Nick

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

Reply via email to