Page 1 of 1

Output docx comment text not wrapping

PostPosted: Wed Jun 01, 2011 10:13 pm
by behelzabub
Hi,

I've tried searching forums for this one, but haven't seen anything on it. Sort of driving me crazy.

When I save output to .docx format I find that when reopened in Word the comment text no longer wraps. Odd thing is if I print the doc, they wrap then, but not to screen.

Anyone experienced this issue??

In trying to track down if something in my code was causing it, I have stripped code back to pretty much, opening, and then saving to a different name.
Code: Select all
WordprocessingMLPackage wordMLPackage;
wordMLPackage = WordprocessingMLPackage.load(archTemplate);
wordMLPackage.save(new File(outFile));


Thanks in advance for any help.

Cheers,
Helen.

Re: Output docx comment text not wrapping

PostPosted: Wed Jun 01, 2011 10:32 pm
by jason
Not sure I understand.. could you attach an image of your screen no longer wrapped, and/or a sample docx I can load/save to see the problem myself?

Which version of Word?