You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Qintao Zhao <qi...@cox.net> on 2008/08/28 01:23:37 UTC

To append a paragraph starting with a check box followed by a couple lines of words to a MS Word document

All,

Forgive me if someone already posted it.  I got an assignment to append a
paragraph starting with a check box (could be symbol or image) followed by a
couple of lines of words to a MS Word file. 

The check box could be an image or a MS Wingdings symbol. I have gone
through the HWPF code and could not find a solution. Can some shed some
light on this? I am willing to modify the API to make this work. Thanks a
lot for your help. 


Re: To append a paragraph starting with a check box followed by a couple lines of words to a MS Word document

Posted by Nick Burch <ni...@torchbox.com>.
On Wed, 27 Aug 2008, Qintao Zhao wrote:
> Forgive me if someone already posted it.  I got an assignment to append 
> a paragraph starting with a check box (could be symbol or image) 
> followed by a couple of lines of words to a MS Word file.

I don't think HWPF supports adding images, just adding text. So, you'd 
probably have to extend HWPF a bit, or just figure out a way to get the 
image into the document already

Nick

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