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.